edu.bonn.xulu.plugin.appl
Class RasterCalculatorPlugin

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.RasterCalculatorPlugin
All Implemented Interfaces:
XuluPlugin

public class RasterCalculatorPlugin
extends AbstractMenuPlugin

Dieses Plugin integriert die RasterCalculatorGUI 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
RasterCalculatorPlugin()
          Erzeugt eine neue Plugin-Instanz.
 
Method Summary
protected  XuluInternalFrame createPluginApplication()
          Erzeugt eine Instanz der Plugin-Applikation RasterCalculatorGUI.
 
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

RasterCalculatorPlugin

public RasterCalculatorPlugin()
Erzeugt eine neue Plugin-Instanz.

Method Detail

createPluginApplication

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

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