Package hec.appInterface
Interface ApplicationModule
- All Superinterfaces:
ActionListener
,EventListener
- All Known Subinterfaces:
MapApplicationModule
,StreamModule
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
get this ApplicationModule's nameget the ToolBarButtonManager for this ApplicationModuleMethods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Method Details
-
getName
String getName()get this ApplicationModule's name- Returns:
- The Name of this ApplicationModule
-
getToolBarButtonManager
ToolBarButtonManager getToolBarButtonManager()get the ToolBarButtonManager for this ApplicationModule- Returns:
- the ToolBarButtonManager or null if this ApplicationModule doesn't have a ToolBarButtonManager
-