vipratech.beans.standardbeans
Class ConvertABX

java.lang.Object
  |
  +--java.awt.Component
        |
        +--vipratech.beans.standardbeans.ConvertABX

public class ConvertABX
extends java.awt.Component

See Also:
Serialized Form

Fields inherited from class java.awt.Component
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT
 
Constructor Summary
ConvertABX()
          Constructor.
 
Method Summary
 void addAdjustmentFloatListener(AdjustmentFloatListener l)
          Allows this component to be unwired at design time with adjustmentfloatlisteners
 void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
          Method to register property change listeners at design time.
 void dataChanged(AdjustmentFloatEvent event)
          Allows this component to be wired up to vipratech.beans.standardbeans.resources.AdjustmentFloatEvent at design time.
 double getValueA()
          Method to get the A Value of y = a + b*X
 double getValueB()
          Method to get the B Value of y = a + b*X
 int getValuePlace()
          Method to get the decimal places of the value
 void propertyChange(java.beans.PropertyChangeEvent event)
          Allows this component to be wired up to other propertychange Values (must eb Float or Point2D).
 void removeAdjustmentFloatListener(AdjustmentFloatListener l)
          Allows this component to be wired at design time with adjustmentfloatlisteners
 void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
          Method to de-register property change listeners at design time.
 void setValueA(double newValueA)
          Method to set the A Value of y = a + b*X
 void setValueB(double newValueB)
          Method to set the B Value of y = a + b*X
 void setValuePlace(int newValuePlace)
          Method to set the decimal places of the value
 
Methods inherited from class java.awt.Component
action, add, addComponentListener, addFocusListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addNotify, addPropertyChangeListener, bounds, checkImage, checkImage, contains, contains, createImage, createImage, deliverEvent, disable, dispatchEvent, doLayout, enable, enable, enableInputMethods, getAlignmentX, getAlignmentY, getBackground, getBounds, getBounds, getColorModel, getComponentAt, getComponentAt, getComponentOrientation, getCursor, getDropTarget, getFont, getFontMetrics, getForeground, getGraphics, getHeight, getInputContext, getInputMethodRequests, getLocale, getLocation, getLocation, getLocationOnScreen, getMaximumSize, getMinimumSize, getName, getParent, getPeer, getPreferredSize, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, invalidate, isDisplayable, isDoubleBuffered, isEnabled, isFocusTraversable, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, layout, list, list, list, list, list, locate, location, lostFocus, minimumSize, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paint, paintAll, postEvent, preferredSize, prepareImage, prepareImage, print, printAll, remove, removeComponentListener, removeFocusListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeNotify, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, reshape, resize, resize, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFont, setForeground, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, update, validate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConvertABX

public ConvertABX()
Constructor.
Method Detail

dataChanged

public final void dataChanged(AdjustmentFloatEvent event)
Allows this component to be wired up to vipratech.beans.standardbeans.resources.AdjustmentFloatEvent at design time.

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent event)
Allows this component to be wired up to other propertychange Values (must eb Float or Point2D).

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener pcl)
Method to register property change listeners at design time.
Overrides:
addPropertyChangeListener in class java.awt.Component

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener pcl)
Method to de-register property change listeners at design time.
Overrides:
removePropertyChangeListener in class java.awt.Component

removeAdjustmentFloatListener

public void removeAdjustmentFloatListener(AdjustmentFloatListener l)
Allows this component to be wired at design time with adjustmentfloatlisteners

addAdjustmentFloatListener

public void addAdjustmentFloatListener(AdjustmentFloatListener l)
Allows this component to be unwired at design time with adjustmentfloatlisteners

setValueA

public void setValueA(double newValueA)
Method to set the A Value of y = a + b*X

getValueA

public double getValueA()
Method to get the A Value of y = a + b*X

setValueB

public void setValueB(double newValueB)
Method to set the B Value of y = a + b*X

getValueB

public double getValueB()
Method to get the B Value of y = a + b*X

setValuePlace

public void setValuePlace(int newValuePlace)
Method to set the decimal places of the value

getValuePlace

public int getValuePlace()
Method to get the decimal places of the value

dathe@chemie.uni-leipzig.de"

http://leipzig.vernetztes-studium.de