Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

org::openide::actions::ToolsAction::Inline Class Reference

List of all members.

Public Member Functions

void addNotify ()
void removeNotify ()
void propertyChange (PropertyChangeEvent ev)
void run ()

Package Functions

 Inline (Action toolsAction)

Static Package Attributes

final long serialVersionUID = 2269006599727576059L

Private Attributes

int timestamp = 0
Action toolsAction

Detailed Description

Inline menu that watches model changes only when really needed.


Constructor & Destructor Documentation

org::openide::actions::ToolsAction::Inline::Inline Action  toolsAction  )  [inline, package]
 


Member Function Documentation

void org::openide::actions::ToolsAction::Inline::addNotify  )  [inline]
 

By calling this method, our parent notifies us we've to be keep updated, so we start listening on SystemAction changes, and schedule updating Runnable imediately.

void org::openide::actions::ToolsAction::Inline::propertyChange PropertyChangeEvent  ev  )  [inline]
 

Change of model.

void org::openide::actions::ToolsAction::Inline::removeNotify  )  [inline]
 

By calling this method, our parent notifies us we don't have to be up-to-date more, so we switch to lazy mode and discard any pending updates.

void org::openide::actions::ToolsAction::Inline::run  )  [inline]
 

Runs the update


Member Data Documentation

final long org::openide::actions::ToolsAction::Inline::serialVersionUID = 2269006599727576059L [static, package]
 

int org::openide::actions::ToolsAction::Inline::timestamp = 0 [private]
 

timestamp of the beginning of the last regeneration

Action org::openide::actions::ToolsAction::Inline::toolsAction [private]
 

Associated tools action.


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:14:02 2009 for ACS Java API by doxygen 1.3.8