Package hec.map.appInterface
Interface MapApplicationModule
- All Superinterfaces:
ActionListener
,ApplicationModule
,EventListener
- All Known Subinterfaces:
StreamModule
-
Method Summary
Modifier and TypeMethodDescriptionboolean
hasWriteLock
(MapGlyph glyph) Return whether the APplication has a write lock on the data specified by glyphboolean
objectDoubleClick
(NamedType obj, LocalPt pt) boolean
objectPopupMenu
(NamedType[] objs, LocalPt pt) boolean
objectPopupMenu
(NamedType obj, LocalPt pt) Methods inherited from interface java.awt.event.ActionListener
actionPerformed
Methods 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
-