

Public Member Functions | |
| G () | |
| final void | addPropertyChangeListener (PropertyChangeListener listener) |
| final void | removePropertyChangeListener (PropertyChangeListener listener) |
| void | propertyChange (PropertyChangeEvent ev) |
Static Public Attributes | |
| static 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 ) |
| org::openide::actions::ToolsAction::G::G | ( | ) | [inline] |
References actionsListChanged().
| void org::openide::actions::ToolsAction::G::actionsListChanged | ( | ) | [inline, private] |
References actions, firePropertyChange(), PROP_STATE, and timestamp.
Referenced by G(), and propertyChange().
| void org::openide::actions::ToolsAction::G::actionStateChanged | ( | ) | [inline, private] |
References firePropertyChange(), PROP_STATE, and timestamp.
Referenced by propertyChange().
| final void org::openide::actions::ToolsAction::G::addPropertyChangeListener | ( | PropertyChangeListener | listener | ) | [inline] |
References supp.
Referenced by org::openide::actions::ToolsAction::Inline::addNotify().
| final void org::openide::actions::ToolsAction::G::firePropertyChange | ( | String | name, | |
| Object | o, | |||
| Object | n | |||
| ) | [inline, protected] |
References supp.
Referenced by actionsListChanged(), and actionStateChanged().
| int org::openide::actions::ToolsAction::G::getTimestamp | ( | ) | [inline, private] |
References timestamp.
Referenced by org::openide::actions::ToolsAction::Inline::run().
| boolean org::openide::actions::ToolsAction::G::isPopupEnabled | ( | Action | toolsAction | ) | [inline, private] |
Tells if there is any action that is willing to provide Presenter.Popup
References actions.
| void org::openide::actions::ToolsAction::G::propertyChange | ( | PropertyChangeEvent | ev | ) | [inline] |
References actionsListChanged(), and actionStateChanged().
| final void org::openide::actions::ToolsAction::G::removePropertyChangeListener | ( | PropertyChangeListener | listener | ) | [inline] |
References supp.
Referenced by org::openide::actions::ToolsAction::Inline::removeNotify().
SystemAction [] org::openide::actions::ToolsAction::G::actions = null [private] |
Referenced by actionsListChanged(), and isPopupEnabled().
final String org::openide::actions::ToolsAction::G::PROP_STATE = "actionsState" [static] |
Referenced by actionsListChanged(), and actionStateChanged().
PropertyChangeSupport org::openide::actions::ToolsAction::G::supp = new PropertyChangeSupport( this ) [private] |
Referenced by addPropertyChangeListener(), firePropertyChange(), and removePropertyChangeListener().
int org::openide::actions::ToolsAction::G::timestamp = 1 [private] |
Referenced by actionsListChanged(), actionStateChanged(), and getTimestamp().
1.6.2