Class JaxoPluginManagerPanel

  • All Implemented Interfaces:
    java.util.EventListener, javax.swing.event.ListSelectionListener, JaxoLocalized

    public class JaxoPluginManagerPanel
    extends java.lang.Object
    implements javax.swing.event.ListSelectionListener, JaxoLocalized
    Brings up a panel that allows to manipulate installed plugins.
    • Constructor Summary

      Constructors 
      Constructor Description
      JaxoPluginManagerPanel​(java.awt.Component parent)
      Creates a new JaxoPluginManagerPanel dialog which is always modal.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setVisible​(boolean b)
      Activates the Plagin Manager Panel.
      void updateLanguage()
      Updates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).
      void valueChanged​(javax.swing.event.ListSelectionEvent e)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JaxoPluginManagerPanel

        public JaxoPluginManagerPanel​(java.awt.Component parent)
        Creates a new JaxoPluginManagerPanel dialog which is always modal.
        Parameters:
        parent - the parent Component.
    • Method Detail

      • setVisible

        public void setVisible​(boolean b)
        Activates the Plagin Manager Panel.
        Parameters:
        b - true to activate.
      • valueChanged

        public final void valueChanged​(javax.swing.event.ListSelectionEvent e)
        Specified by:
        valueChanged in interface javax.swing.event.ListSelectionListener