Public Member Functions | |
G () | |
final void | addPropertyChangeListener (PropertyChangeListener listener) |
final void | removePropertyChangeListener (PropertyChangeListener listener) |
void | propertyChange (PropertyChangeEvent ev) |
Static Public Attributes | |
final String | PROP_STATE = "actionsState" |
Protected Member Functions | |
final void | firePropertyChange (String name, Object o, Object n) |
Private Member Functions | |
void | actionsListChanged () |
void | actionStateChanged () |
boolean | isPopupEnabled (Action toolsAction) |
int | getTimestamp () |
Private Attributes | |
int | timestamp = 1 |
SystemAction[] | actions = null |
PropertyChangeSupport | supp = new PropertyChangeSupport( this ) |
|
|
|
|
|
|
|
|
|
|
|
|
|
Tells if there is any action that is willing to provide Presenter.Popup |
|
|
|
|
|
|
|
|
|
|
|
|