Package com.ribs.helpers
Class JTabbedPaneHpr
java.lang.Object
com.ribs.RJHelper
com.ribs.helpers.JTabbedPaneHpr
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
fromXML
(JComponent aComponent, RXArchiver anArchiver, RXElement anElement) XML unarchival.getComponent
(JComponent aComponent, int anIndex) Returns the Ribs-relevant child component at the given index.int
getComponentCount
(JComponent aComponent) Returns the Ribs-relevant child component count.int
getIntValue
(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.void
initInstance
(JComponent aComponent) Initializes the given instance (actually called the first time an owner is set).newInstance
(RXElement anElement) Creates a new instance of class for given element.void
setValue
(JComponent aComponent, int aValue) Sets the switch pane's selected index.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, getFloatValue, getFocusListener, getForeground, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getSubstitutionClassString, 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
-
JTabbedPaneHpr
public JTabbedPaneHpr()
-
-
Method Details
-
newInstance
Creates a new instance of class for given element.- Overrides:
newInstance
in classRJHelper
-
initInstance
Initializes the given instance (actually called the first time an owner is set).- Overrides:
initInstance
in classRJHelper
-
getComponentCount
Returns the Ribs-relevant child component count.- Overrides:
getComponentCount
in classRJHelper
-
getComponent
Returns the Ribs-relevant child component at the given index.- Overrides:
getComponent
in classRJHelper
-
getValue
Returns the switch pane's current pane. -
getStringValue
Returns the switch pane's current pane's name.- Overrides:
getStringValue
in classRJHelper
-
getIntValue
Returns the switch pane's selected index.- Overrides:
getIntValue
in classRJHelper
-
setValue
Sets the switch pane's selected index. -
toXML
XML archival. -
fromXML
XML unarchival.
-