Class PathParametersDialog

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, RootPaneContainer, WindowConstants

public class PathParametersDialog
extends JDialog
Dialog used to set paths.
Author:
Marc Vaudel
See Also:
Serialized Form
  • Constructor Details

  • Method Details

    • setUpGUI

      public void setUpGUI​(Frame parent, String toolName)
      Sets up the GUI components.
      Parameters:
      toolName - the tool name
      parent - the parent frame
    • isCanceled

      public boolean isCanceled()
      Indicates whether the action was canceled by the user. (Or if no changes where made to the settings.)
      Returns:
      true if the action was canceled by the user
    • getKeyToPathMap

      public HashMap<PathKey,​String> getKeyToPathMap()
      Returns the path settings in a map: key | path.
      Returns:
      the path settings in a map