Package org.eodisp.ui.common.actions

 

See:
          Description

Interface Summary
ActionSourceProvider This interface should be implemented by components which support the registration of EodispActions.
DynamicActionTargetHandler This interface should be implemented by components that can be responsible of handling dynamic action events.
EodispActionListener This is a event listener interface for an EODiSP application.
MenuSelectedListener  
 

Class Summary
ActionChangedEvent  
EodispAction An EodispAction extends the AbstractAction to be used by the EODiSP framework.
EodispActionRegistry The EodispActionRegistry is used to register Action's.
EodispMenuManager EodispMenuManager handles the items in the menu bar, the tool bar, and the context menus for this application.
 

Enum Summary
ActionChangedEvent.ActionType  
 

Package org.eodisp.ui.common.actions Description

Provides classes that can be used to work with the interaction interface of an EODiSP GUI application.

The interaction interface contains the menu bar, the tool bar, and the context menu.

Related Documentation

See the Actions Section in the EODiSP GUI Design Description for an explanation of the features of the interaction management.