edu.bonn.xulu.plugin.appl
Class GeoModelCodeGeneratorPlugin

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

public class GeoModelCodeGeneratorPlugin
extends AbstractMenuPlugin

Dieses Plugin integriert die GeoModelCodeGeneratorGUI in das Xulu-Menue "Erweitert".

Version:
1.0
Author:
Martin Schmitz (University of Bonn/Germany)

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
GeoModelCodeGeneratorPlugin()
          Erzeugt eine neue Plugin-Instanz.
 
Method Summary
protected  XuluInternalFrame createPluginApplication()
          Erzeugt eine Instanz der Plugin-Applikation GeoModelCodeGeneratorGUI.
 
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

GeoModelCodeGeneratorPlugin

public GeoModelCodeGeneratorPlugin()
Erzeugt eine neue Plugin-Instanz.

Method Detail

createPluginApplication

protected XuluInternalFrame createPluginApplication()
                                             throws Exception
Erzeugt eine Instanz der Plugin-Applikation GeoModelCodeGeneratorGUI.

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