public class RJPanelHpr extends RJHelper
| Constructor and Description |
|---|
RJPanelHpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver,
RXElement anElement)
XML unarchival.
|
javax.swing.JComponent |
getComponent(javax.swing.JComponent aComponent,
int anIndex)
Returns the Ribs-relevant child component at the given index.
|
int |
getComponentCount(javax.swing.JComponent aComponent)
Returns the Ribs-relevant child component count.
|
java.lang.Object |
newInstance(RXElement anElement)
Creates a new instance of class for given element.
|
RXElement |
toXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver)
XML archival.
|
add, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getBoolValue, getCallback, getChangeListener, getColorValue, getFloatValue, getFocusListener, getForeground, getIntValue, 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, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeeppublic java.lang.Object newInstance(RXElement anElement)
newInstance in class RJHelperpublic int getComponentCount(javax.swing.JComponent aComponent)
getComponentCount in class RJHelperpublic javax.swing.JComponent getComponent(javax.swing.JComponent aComponent,
int anIndex)
getComponent in class RJHelperpublic RXElement toXML(javax.swing.JComponent aComponent, RXArchiver anArchiver)
public void fromXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver,
RXElement anElement)