Ribs API

com.ribs.plus
Class RJThumbWheelHpr

java.lang.Object
  extended bycom.ribs.RJHelper
      extended bycom.ribs.plus.RJThumbWheelHpr

public class RJThumbWheelHpr
extends RJHelper


Constructor Summary
RJThumbWheelHpr()
           
 
Method Summary
 void fromXML(javax.swing.JComponent aComponent, com.ribs.RXArchiver anArchiver, com.ribs.RXElement anElement)
          XML unarchival.
 float getFloatValue(javax.swing.JComponent aComponent)
          Ribs.GetSet getter.
 int getIntValue(javax.swing.JComponent aComponent)
          Returns the thumbwheels value as an int.
 java.lang.Object newInstance(com.ribs.RXElement anElement)
          Creates a new instance of class for given element.
 void setValue(javax.swing.JComponent aComponent, float aValue)
          Ribs.GetSet setter.
 void setValue(javax.swing.JComponent aComponent, int aValue)
          Ribs.GetSet setter.
 com.ribs.RXElement toXML(javax.swing.JComponent aComponent, com.ribs.RXArchiver anArchiver)
          XML archival.
 
Methods inherited from class com.ribs.RJHelper
add, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getColorValue, getComponent, getComponentCount, getFocusListener, getForeground, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getStringValue, getSubstitutionClassString, getValue, initInstance, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RJThumbWheelHpr

public RJThumbWheelHpr()
Method Detail

newInstance

public java.lang.Object newInstance(com.ribs.RXElement anElement)
Creates a new instance of class for given element.

Overrides:
newInstance in class RJHelper

getIntValue

public int getIntValue(javax.swing.JComponent aComponent)
Returns the thumbwheels value as an int.

Overrides:
getIntValue in class RJHelper

getFloatValue

public float getFloatValue(javax.swing.JComponent aComponent)
Ribs.GetSet getter.

Overrides:
getFloatValue in class RJHelper

setValue

public void setValue(javax.swing.JComponent aComponent,
                     int aValue)
Ribs.GetSet setter.

Overrides:
setValue in class RJHelper

setValue

public void setValue(javax.swing.JComponent aComponent,
                     float aValue)
Ribs.GetSet setter.

Overrides:
setValue in class RJHelper

toXML

public com.ribs.RXElement toXML(javax.swing.JComponent aComponent,
                                com.ribs.RXArchiver anArchiver)
XML archival.

Overrides:
toXML in class RJHelper

fromXML

public void fromXML(javax.swing.JComponent aComponent,
                    com.ribs.RXArchiver anArchiver,
                    com.ribs.RXElement anElement)
XML unarchival.

Overrides:
fromXML in class RJHelper

Ribs API.