Class AbstractPathsDialog

java.lang.Object
docking.DialogComponentProvider
docking.widgets.pathmanager.AbstractPathsDialog
All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener
Direct Known Subclasses:
LibraryPathsDialog

public abstract class AbstractPathsDialog extends DialogComponentProvider
  • Field Details

  • Constructor Details

    • AbstractPathsDialog

      protected AbstractPathsDialog(String title)
  • Method Details

    • loadPaths

      protected abstract String[] loadPaths()
    • savePaths

      protected abstract void savePaths(String[] paths)
    • newPathnameTablePanel

      protected abstract PathnameTablePanel newPathnameTablePanel()
    • reset

      protected void reset()
    • okCallback

      protected void okCallback()
      Description copied from class: DialogComponentProvider
      The callback method for when the "OK" button is pressed.
      Overrides:
      okCallback in class DialogComponentProvider