public abstract class ExtendedToolbarAction extends WindowAction implements ChangeListener, ActionListener
ATTR_CLASS, ATTR_GROUP, ATTR_ID, ATTR_INHERITFROM, ATTR_INSERTAT, ATTR_SEEK, ATTR_TYPE, ATTR_USER_DEFINED, INSTANCE_KEY, TYPE_CHECKBOX, TYPE_COMBOBOX, TYPE_RADIO, TYPE_SLIDER, TYPE_TEXT
changeSupport, enabled
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
Constructor and Description |
---|
ExtendedToolbarAction() |
Modifier and Type | Method and Description |
---|---|
void |
initCombobox(JComboBox box)
This method can be used to init the JCombobox control element.
|
void |
initSlider(JSlider slider)
This method can be used to init the JSlider control element.
|
void |
initTextfield(JTextField field)
This method can be used to init the JTextfield control element.
|
void |
stateChanged(ChangeEvent e)
This method is part of the ChangeListener interface
|
actionPerformed, actionPerformed, clone, getChildWindow, getWindow, setWindow
getClassName, getGroup, getIdKey, getMouseWheels, getUserDefined, initialize, isMouseLeftClicked, isMouseLeftDragged, isMouseLeftPressed, isMouseLeftReleased, isMouseRightClicked, isMouseRightDragged, isMouseRightPressed, isMouseRightReleased, isSelected, setSelected
addPropertyChangeListener, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
actionPerformed
public void initSlider(JSlider slider)
slider
- reference to the JSliderpublic void initCombobox(JComboBox box)
box
- public void initTextfield(JTextField field)
field
- public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener