appl.ext
Class ConfigurationEditorPlugin

java.lang.Object
  extended by AbstractNamedObject
      extended by edu.bonn.xulu.appl.AbstractXuluPlugin
          extended by edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
              extended by appl.ext.ConfigurationEditorPlugin
All Implemented Interfaces:
XuluPlugin

public class ConfigurationEditorPlugin
extends AbstractMenuPlugin

The configuration plug-in.

Author:
Dominik Appl
See Also:
XuluConfig, ConfigurationEditorGUI, ConfigurationEditorEngine

Field Summary
 
Fields inherited from class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
menuItem, pluginAppl, xuluMenuNo
 
Fields inherited from class edu.bonn.xulu.appl.AbstractXuluPlugin
appl, hasGUI, started, visible
 
Constructor Summary
ConfigurationEditorPlugin()
           
 
Method Summary
protected  XuluInternalFrame createPluginApplication()
          Erzeugt das Applikations-Fenster fuer das Plugin.
 
Methods inherited from class edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
execute, stop
 
Methods inherited from class edu.bonn.xulu.appl.AbstractXuluPlugin
isStarted, isVisible, setVisible
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationEditorPlugin

public ConfigurationEditorPlugin()
Method Detail

createPluginApplication

protected XuluInternalFrame createPluginApplication()
                                             throws Exception
Description copied from class: AbstractMenuPlugin
Erzeugt das Applikations-Fenster fuer das Plugin. Dieses wird mit dem Menue-Eintrag verbunden. Wird erst aufgerufen, wenn das Plugin gestartet wird.

Specified by:
createPluginApplication in class AbstractMenuPlugin
Throws:
Exception
See Also:
AbstractMenuPlugin.execute(XuluModellingPlatform)