Package com.ribs.plus
Class RJSwitchPaneHpr
- java.lang.Object
- 
- com.ribs.RJHelper
- 
- com.ribs.plus.RJSwitchPaneHpr
 
 
- 
 public class RJSwitchPaneHpr extends RJHelper 
- 
- 
Constructor SummaryConstructors Constructor Description RJSwitchPaneHpr()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfromXML(javax.swing.JComponent aComponent, RXArchiver anArchiver, RXElement anElement)XML unarchiver.javax.swing.JComponentgetComponent(javax.swing.JComponent aComponent, int anIndex)Returns the Ribs-relevant child component at the given index.intgetComponentCount(javax.swing.JComponent aComponent)Returns the Ribs-relevant child component count.intgetIntValue(javax.swing.JComponent aComponent)Returns the switch pane's selected index.java.lang.StringgetStringValue(javax.swing.JComponent aComponent)Returns the switch pane's current pane's name.java.lang.ObjectgetValue(javax.swing.JComponent aComponent)Returns the switch pane's current pane.java.lang.ObjectnewInstance(RXElement anElement)Creates a new instance of class for given element.voidsetValue(javax.swing.JComponent aComponent, int aValue)Sets the switch pane's selected index.RXElementtoXML(javax.swing.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
 
- 
 
- 
- 
- 
Method Detail- 
newInstancepublic java.lang.Object newInstance(RXElement anElement) Creates a new instance of class for given element.- Overrides:
- newInstancein class- RJHelper
 
 - 
getComponentCountpublic int getComponentCount(javax.swing.JComponent aComponent) Returns the Ribs-relevant child component count.- Overrides:
- getComponentCountin class- RJHelper
 
 - 
getComponentpublic javax.swing.JComponent getComponent(javax.swing.JComponent aComponent, int anIndex)Returns the Ribs-relevant child component at the given index.- Overrides:
- getComponentin class- RJHelper
 
 - 
getValuepublic java.lang.Object getValue(javax.swing.JComponent aComponent) Returns the switch pane's current pane.
 - 
getStringValuepublic java.lang.String getStringValue(javax.swing.JComponent aComponent) Returns the switch pane's current pane's name.- Overrides:
- getStringValuein class- RJHelper
 
 - 
getIntValuepublic int getIntValue(javax.swing.JComponent aComponent) Returns the switch pane's selected index.- Overrides:
- getIntValuein class- RJHelper
 
 - 
setValuepublic void setValue(javax.swing.JComponent aComponent, int aValue)Sets the switch pane's selected index.
 - 
toXMLpublic RXElement toXML(javax.swing.JComponent aComponent, RXArchiver anArchiver) XML archival.
 - 
fromXMLpublic void fromXML(javax.swing.JComponent aComponent, RXArchiver anArchiver, RXElement anElement)XML unarchiver.
 
- 
 
-