appl.plugin.multimodelcontrol
Class MultiModelControlPlugin

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

public class MultiModelControlPlugin
extends AbstractMenuPlugin

The Xulu plugin class. See MultiModelControlHandler for details.

Author:
Dominik Appl

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
MultiModelControlPlugin()
           
 
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

MultiModelControlPlugin

public MultiModelControlPlugin()
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)