Package com.ribs.plus
Class RJSwitchPaneHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.plus.RJSwitchPaneHpr
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidfromXML(JComponent aComponent, RXArchiver anArchiver, RXElement anElement) XML unarchiver.getComponent(JComponent aComponent, int anIndex) Returns the Ribs-relevant child component at the given index.intgetComponentCount(JComponent aComponent) Returns the Ribs-relevant child component count.intgetIntValue(JComponent aComponent) Returns the switch pane's selected index.getStringValue(JComponent aComponent) Returns the switch pane's current pane's name.getValue(JComponent aComponent) Returns the switch pane's current pane.newInstance(RXElement anElement) Creates a new instance of class for given element.voidsetValue(JComponent aComponent, int aValue) Sets the switch pane's selected index.toXML(JComponent aComponent, RXArchiver anArchiver) XML archival.Methods inherited from class com.ribs.RJHelperadd, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getColorValue, getFloatValue, getFocusListener, getForeground, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getSubstitutionClassString, initInstance, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeep
- 
Constructor Details- 
RJSwitchPaneHprpublic RJSwitchPaneHpr()
 
- 
- 
Method Details- 
newInstanceCreates a new instance of class for given element.- Overrides:
- newInstancein class- RJHelper
 
- 
getComponentCountReturns the Ribs-relevant child component count.- Overrides:
- getComponentCountin class- RJHelper
 
- 
getComponentReturns the Ribs-relevant child component at the given index.- Overrides:
- getComponentin class- RJHelper
 
- 
getValueReturns the switch pane's current pane.
- 
getStringValueReturns the switch pane's current pane's name.- Overrides:
- getStringValuein class- RJHelper
 
- 
getIntValueReturns the switch pane's selected index.- Overrides:
- getIntValuein class- RJHelper
 
- 
setValueSets the switch pane's selected index.
- 
toXMLXML archival.
- 
fromXMLXML unarchiver.
 
-