Class JDialogRemovePlugin

All Implemented Interfaces:
DialogDefaultsInterface, ActionListener, FocusListener, ItemListener, WindowListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, RootPaneContainer, WindowConstants

public class JDialogRemovePlugin extends JDialogBase implements ActionListener
Simple dialog to remove a plugin. The user selects which plugin to remove using a scroll pane. The user has the option to also delete the file from MIPAV's class directory. The mipav.preferences file is updated accordingly. The menubars are also updated.
Version:
1.0 July 19, 2000
Author:
Harman Singh
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Use serialVersionUID for interoperability.
      See Also:
    • destroyFileCheckbox

      private JCheckBox destroyFileCheckbox
      Toggles whether or not the plugin file should be deleted from MIPAV's class directory.
    • list

      private JList list
      List of installed plugins.
  • Constructor Details

    • JDialogRemovePlugin

      public JDialogRemovePlugin(JFrame theParentFrame)
      Constructs new dialog to remove plugins.
      Parameters:
      theParentFrame - Parent frame.
  • Method Details