Class OptionsDialog

All Implemented Interfaces:
ActionContextProvider, StatusListener, TaskListener

public class OptionsDialog extends ReusableDialogComponentProvider
Dialog for editing options within a tool.
  • Constructor Details

    • OptionsDialog

      public OptionsDialog(String title, String rootNodeName, Options[] options, OptionsEditorListener listener)
      Construct a new OptionsDialog.
      Parameters:
      title - dialog title
      rootNodeName - name to display for the root node in the tree
      options - editable options
      listener - listener notified when the apply button is hit.
    • OptionsDialog

      public OptionsDialog(String title, String rootNodeName, Options[] options, OptionsEditorListener listener, boolean showRestoreDefaultsButton)
  • Method Details