Package hec.map.appInterface
Interface MapApplicationFrame
- All Superinterfaces:
ApplicationFrame
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Displays a file chooser to allow the user to select a map to add to thehec.map.MapPanel
.Get thehec.map.MapPanel
.Methods inherited from interface hec.appInterface.ApplicationFrame
getCurrentModule
-
Method Details
-
getMapPanel
MapPanel getMapPanel()Get thehec.map.MapPanel
.- Returns:
- the MapPanel
-
addMap
Displays a file chooser to allow the user to select a map to add to thehec.map.MapPanel
. If the user chooses a map, then it adds that map to the Workspace withaddMap(hec.map.MapIdentifier)
- Parameters:
parent
- The parent frame for the chooser dialog
-