Package hec.map.appInterface
Interface MapApplicationModule
- All Superinterfaces:
ActionListener,ApplicationModule,EventListener
- All Known Subinterfaces:
StreamModule
-
Method Summary
Modifier and TypeMethodDescriptionbooleanhasWriteLock(MapGlyph glyph) Return whether the APplication has a write lock on the data specified by glyphbooleanobjectDoubleClick(NamedType obj, LocalPt pt) booleanobjectPopupMenu(NamedType[] objs, LocalPt pt) booleanobjectPopupMenu(NamedType obj, LocalPt pt) Methods inherited from interface java.awt.event.ActionListener
actionPerformedMethods inherited from interface hec.appInterface.ApplicationModule
getName, getToolBarButtonManager
-
Method Details
-
hasWriteLock
Return whether the APplication has a write lock on the data specified by glyph- Parameters:
glyph- the MapGlyph requesting the lock- Returns:
- true if a write lock as been granted for glyph
-
objectPopupMenu
-
objectPopupMenu
-
objectDoubleClick
-