Interface MapApplicationFrame

All Superinterfaces:
ApplicationFrame

public interface MapApplicationFrame extends ApplicationFrame
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    addMap(Frame parent)
    Displays a file chooser to allow the user to select a map to add to the hec.map.MapPanel.
    Get the hec.map.MapPanel.

    Methods inherited from interface hec.appInterface.ApplicationFrame

    getCurrentModule
  • Method Details

    • getMapPanel

      MapPanel getMapPanel()
      Get the hec.map.MapPanel.
      Returns:
      the MapPanel
    • addMap

      boolean addMap(Frame parent)
      Displays a file chooser to allow the user to select a map to add to the hec.map.MapPanel. If the user chooses a map, then it adds that map to the Workspace with addMap(hec.map.MapIdentifier)
      Parameters:
      parent - The parent frame for the chooser dialog