Class PluginManagerDialog

All Implemented Interfaces:
ActionListener, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ListSelectionListener, TableModelListener, RootPaneContainer, WindowConstants

public class PluginManagerDialog
extends JDialog
implements ActionListener, ListSelectionListener, TableModelListener
DOCUMENT ME!
Version:
$Revision: 1.8 $
See Also:
Serialized Form
  • Constructor Details

    • PluginManagerDialog

      public PluginManagerDialog​(Frame parent, PluginManager pluginManager)
      Constructs a new plugin manager dialog.
      Parameters:
      parent - a reference to the parent frame.
      pluginManager - the plugin manager to edit the preferences from.
  • Method Details

    • getPluginManager

      public PluginManager getPluginManager()
      Returns the plugin manager of this dialog.
      Returns:
      the plugin manager of this dialog.
    • actionPerformed

      public void actionPerformed​(ActionEvent e)
      DOCUMENT ME!
      Specified by:
      actionPerformed in interface ActionListener
      Parameters:
      e - DOCUMENT ME!
    • close

      public void close()
      Called, iff the user presses the "close" button.
    • selectionChanged

      public void selectionChanged​(ListSelectionEvent e)
      Called, if the selection in the list changes.
      Parameters:
      e - DOCUMENT ME!
    • setVisible

      public void setVisible​(boolean show)
      Displays this dialog.
      Overrides:
      setVisible in class Dialog
    • tableChanged

      public void tableChanged​(TableModelEvent e)
      Called if the contents of the pluginsTable changed.
      Specified by:
      tableChanged in interface TableModelListener
      Parameters:
      e - DOCUMENT ME!
    • updateGUI

      public void updateGUI()
      Called, if the selection changed and/or the ui elements have to be updated.
    • valueChanged

      public void valueChanged​(ListSelectionEvent e)
      Called, if a value in the list changes.
      Specified by:
      valueChanged in interface ListSelectionListener
      Parameters:
      e - DOCUMENT ME!