de.skrueger.xulu.plugin.gnur
Class GnuRPlugin

java.lang.Object
  extended by AbstractNamedObject
      extended by edu.bonn.xulu.appl.AbstractXuluPlugin
          extended by edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
              extended by de.skrueger.xulu.plugin.gnur.GnuRPlugin
All Implemented Interfaces:
XuluPlugin

public class GnuRPlugin
extends AbstractMenuPlugin

This plugin implements the GnuRGUI into the Xulu-menu "Model".

Version:
1.0
Author:
Stefan Krueger (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
GnuRPlugin()
          Erzeugt eine neue Plugin-Instanz.
 
Method Summary
protected  XuluInternalFrame createPluginApplication()
          Erzeugt eine Instanz der Plugin-Applikation GnuRGUI.
 
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

GnuRPlugin

public GnuRPlugin()
Erzeugt eine neue Plugin-Instanz.

Method Detail

createPluginApplication

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

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