public class JMenuItemHpr extends RJHelper
| Constructor and Description |
|---|
JMenuItemHpr() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver,
RXElement anElement)
XML unarchival.
|
boolean |
getBoolValue(javax.swing.JComponent aComponent)
Returns whether menu item is selected (or state if check box menu item).
|
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.
|
float |
getFloatValue(javax.swing.JComponent aComponent)
Returns the menu item's text as an int.
|
java.lang.String |
getImageName(javax.swing.JComponent aComponent)
Returns the image name for this button's icon.
|
int |
getIntValue(javax.swing.JComponent aComponent)
Returns the menu item's text as an int.
|
static javax.swing.KeyStroke |
getKeyStroke(java.lang.String aString)
This utility method tries to get a keystroke from a string and tries to be more forgiving than
KeyStroke.getKeyStroke().
|
static java.lang.String |
getKeyText(javax.swing.KeyStroke aKeyStroke)
This utility method returns key text for a key stroke and tries to make it more conforming.
|
java.lang.String |
getStringValue(javax.swing.JComponent aComponent)
Returns the menu item's text.
|
void |
initInstance(javax.swing.JComponent aComponent)
Initializes the given instance (actually called the first time an owner is set).
|
java.lang.Object |
newInstance(RXElement anElement)
Creates a new instance of class for given element.
|
void |
setImageName(javax.swing.JComponent aComponent,
java.lang.String aName)
Sets the image name for this button's icon and tries to set the icon by asking Ribs for the named icon.
|
void |
setValue(javax.swing.JComponent aComponent,
boolean aValue)
Sets whether the menu item is selected (or state if check box menu item).
|
void |
setValue(javax.swing.JComponent aComponent,
java.lang.String aValue)
Sets the menu item's text.
|
RXElement |
toXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver)
XML archival.
|
add, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getBooleanValue, getCallback, getChangeListener, getColorValue, getFocusListener, getForeground, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getSubstitutionClassString, getValue, 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, toXMLDeeppublic java.lang.Object newInstance(RXElement anElement)
newInstance in class RJHelperpublic void initInstance(javax.swing.JComponent aComponent)
initInstance 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 java.lang.String getImageName(javax.swing.JComponent aComponent)
public void setImageName(javax.swing.JComponent aComponent,
java.lang.String aName)
public java.lang.String getStringValue(javax.swing.JComponent aComponent)
getStringValue in class RJHelperpublic void setValue(javax.swing.JComponent aComponent,
java.lang.String aValue)
public boolean getBoolValue(javax.swing.JComponent aComponent)
getBoolValue in class RJHelperpublic void setValue(javax.swing.JComponent aComponent,
boolean aValue)
public int getIntValue(javax.swing.JComponent aComponent)
getIntValue in class RJHelperpublic float getFloatValue(javax.swing.JComponent aComponent)
getFloatValue in class RJHelperpublic RXElement toXML(javax.swing.JComponent aComponent, RXArchiver anArchiver)
public void fromXML(javax.swing.JComponent aComponent,
RXArchiver anArchiver,
RXElement anElement)
public static java.lang.String getKeyText(javax.swing.KeyStroke aKeyStroke)
public static javax.swing.KeyStroke getKeyStroke(java.lang.String aString)