net.sf.jaxodraw.gui.panel
Class JaxoPluginManagerPanel

java.lang.Object
  extended by net.sf.jaxodraw.gui.panel.JaxoPluginManagerPanel
All Implemented Interfaces:
EventListener, ListSelectionListener, JaxoLocalized

public class JaxoPluginManagerPanel
extends Object
implements ListSelectionListener, JaxoLocalized

Brings up a panel that allows to manipulate installed plugins.


Constructor Summary
JaxoPluginManagerPanel(Component parent)
          Creates a new JaxoPluginManagerPanel dialog which is always modal.
 
Method Summary
 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(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(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(ListSelectionEvent e)

Specified by:
valueChanged in interface ListSelectionListener

updateLanguage

public void updateLanguage()
Updates the component with the current language as set in the preferences (JaxoPrefs.PREF_LANGUAGE).

Specified by:
updateLanguage in interface JaxoLocalized


Copyright © 2003-2011 The JaxoDraw team. All Rights Reserved.