Package com.ribs.plus
Class RJThumbWheelHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.plus.RJThumbWheelHpr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfromXML(JComponent aComponent, RXArchiver anArchiver, RXElement anElement) XML unarchival.floatgetFloatValue(JComponent aComponent) Ribs.GetSet getter.intgetIntValue(JComponent aComponent) Returns the thumbwheels value as an int.newInstance(RXElement anElement) Creates a new instance of class for given element.voidsetValue(JComponent aComponent, float aValue) Ribs.GetSet setter.voidsetValue(JComponent aComponent, int aValue) Ribs.GetSet setter.toXML(JComponent aComponent, 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
-
Constructor Details
-
RJThumbWheelHpr
public RJThumbWheelHpr()
-
-
Method Details
-
newInstance
Creates a new instance of class for given element.- Overrides:
newInstancein classRJHelper
-
getIntValue
Returns the thumbwheels value as an int.- Overrides:
getIntValuein classRJHelper
-
getFloatValue
Ribs.GetSet getter.- Overrides:
getFloatValuein classRJHelper
-
setValue
Ribs.GetSet setter. -
setValue
Ribs.GetSet setter. -
toXML
XML archival. -
fromXML
XML unarchival.
-