|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.awt.Component | +--java.awt.Container | +--javax.swing.JComponent | +--javax.swing.JToolBar | +--planetj.gui.CMToolbarJ
Supports adding actions and some other common functionality
Field Summary |
Fields inherited from class javax.swing.JComponent |
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface javax.swing.SwingConstants |
BOTTOM, CENTER, EAST, HORIZONTAL, LEADING, LEFT, NEXT, NORTH, NORTH_EAST, NORTH_WEST, PREVIOUS, RIGHT, SOUTH, SOUTH_EAST, SOUTH_WEST, TOP, TRAILING, VERTICAL, WEST |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
CMToolbarJ()
CMToolbarJ constructor comment. |
Method Summary | |
CMAction[] |
getActions()
Gets the actions property (com.cybra.actions.JMagicAction[]) value. |
CMAction |
getActions(int index)
Gets the actions index property (com.cybra.actions.JMagicAction) value. |
boolean |
getShowLabelsOnButtons()
Gets the showLabelsOnButtons property (boolean) value. |
void |
setActions(CMAction[] actions)
Sets the actions property (com.cybra.actions.JMagicAction[]) value. |
void |
setActions(int index,
CMAction actions)
Sets the actions index property (com.cybra.actions.JMagicAction[]) value. |
void |
setShowLabelsOnButtons(boolean showLabelsOnButtons)
Sets the showLabelsOnButtons property (boolean) value. |
Methods inherited from class javax.swing.JToolBar |
add, addSeparator, addSeparator, getAccessibleContext, getComponentAtIndex, getComponentIndex, getMargin, getOrientation, getUI, getUIClassID, isBorderPainted, isFloatable, isRollover, setBorderPainted, setFloatable, setLayout, setMargin, setOrientation, setRollover, setUI, updateUI |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CMToolbarJ()
Method Detail |
public CMAction[] getActions()
setActions(planetj.gui.CMAction[])
public CMAction getActions(int index)
index
- The index value into the property array.
setActions(planetj.gui.CMAction[])
public boolean getShowLabelsOnButtons()
setShowLabelsOnButtons(boolean)
public void setActions(CMAction[] actions)
actions
- The new value for the property.getActions()
public void setActions(int index, CMAction actions)
index
- The new value for the property.actions
- The new value for the property.getActions()
public void setShowLabelsOnButtons(boolean showLabelsOnButtons)
showLabelsOnButtons
- The new value for the property.getShowLabelsOnButtons()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |