Field Detail
MODEL_CHANGED_PROPERTYpublic static final String MODEL_CHANGED_PROPERTY
Identifies a change in the button model.
TEXT_CHANGED_PROPERTYpublic static final String TEXT_CHANGED_PROPERTY
Identifies a change in the button's text.
MNEMONIC_CHANGED_PROPERTYpublic static final String MNEMONIC_CHANGED_PROPERTY
Identifies a change to the button's mnemonic.
MARGIN_CHANGED_PROPERTYpublic static final String MARGIN_CHANGED_PROPERTY
Identifies a change in the button's margins.
VERTICAL_ALIGNMENT_CHANGED_PROPERTYpublic static final String VERTICAL_ALIGNMENT_CHANGED_PROPERTY
Identifies a change in the button's vertical alignment.
HORIZONTAL_ALIGNMENT_CHANGED_PROPERTYpublic static final String HORIZONTAL_ALIGNMENT_CHANGED_PROPERTY
Identifies a change in the button's horizontal alignment.
VERTICAL_TEXT_POSITION_CHANGED_PROPERTYpublic static final String VERTICAL_TEXT_POSITION_CHANGED_PROPERTY
Identifies a change in the button's vertical text position.
HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTYpublic static final String HORIZONTAL_TEXT_POSITION_CHANGED_PROPERTY
Identifies a change in the button's horizontal text position.
BORDER_PAINTED_CHANGED_PROPERTYpublic static final String BORDER_PAINTED_CHANGED_PROPERTY
Identifies a change to having the border drawn, or having it not drawn.
FOCUS_PAINTED_CHANGED_PROPERTYpublic static final String FOCUS_PAINTED_CHANGED_PROPERTY
Identifies a change to having the border highlighted when focused, or not.
ROLLOVER_ENABLED_CHANGED_PROPERTYpublic static final String ROLLOVER_ENABLED_CHANGED_PROPERTY
Identifies a change in the button's
CONTENT_AREA_FILLED_CHANGED_PROPERTYpublic static final String CONTENT_AREA_FILLED_CHANGED_PROPERTY
Identifies a change from rollover enabled to disabled or back to enabled.
ICON_CHANGED_PROPERTYpublic static final String ICON_CHANGED_PROPERTY
Identifies a change to the icon that represents the button.
PRESSED_ICON_CHANGED_PROPERTYpublic static final String PRESSED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been pressed.
SELECTED_ICON_CHANGED_PROPERTYpublic static final String SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been selected.
ROLLOVER_ICON_CHANGED_PROPERTYpublic static final String ROLLOVER_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the cursor is over the button.
ROLLOVER_SELECTED_ICON_CHANGED_PROPERTYpublic static final String ROLLOVER_SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the cursor is over the button and it has been selected.
DISABLED_ICON_CHANGED_PROPERTYpublic static final String DISABLED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been disabled.
DISABLED_SELECTED_ICON_CHANGED_PROPERTYpublic static final String DISABLED_SELECTED_ICON_CHANGED_PROPERTY
Identifies a change to the icon used when the button has been disabled and selected.
modelprotected ButtonModel model
The data model that determines the button's state.
changeListenerprotected ChangeListener changeListener
The button model's changeListener.
actionListenerprotected ActionListener actionListener
The button model's ActionListener.
itemListenerprotected ItemListener itemListener
The button model's ItemListener.
changeEventprotected transient ChangeEvent changeEvent
Only one ChangeEvent is needed per button instance since the event's only state is the source property. The source of events generated is always "this".