org::openide::actions::ToolsAction::G Class Reference

Inheritance diagram for org::openide::actions::ToolsAction::G:
Inheritance graph
[legend]
Collaboration diagram for org::openide::actions::ToolsAction::G:
Collaboration graph
[legend]

List of all members.

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 )

Constructor & Destructor Documentation

org::openide::actions::ToolsAction::G::G (  )  [inline]

References actionsListChanged().


Member Function Documentation

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]
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]
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]
final void org::openide::actions::ToolsAction::G::removePropertyChangeListener ( PropertyChangeListener  listener  )  [inline]

Member Data Documentation

SystemAction [] org::openide::actions::ToolsAction::G::actions = null [private]
final String org::openide::actions::ToolsAction::G::PROP_STATE = "actionsState" [static]
PropertyChangeSupport org::openide::actions::ToolsAction::G::supp = new PropertyChangeSupport( this ) [private]

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2