appl.parallel.plugin.event
Class SimpleCommEventMonitorPlugin
java.lang.Object
AbstractNamedObject
edu.bonn.xulu.appl.AbstractXuluPlugin
edu.bonn.xulu.plugin.appl.AbstractMenuPlugin
appl.parallel.plugin.event.SimpleCommEventMonitorPlugin
- All Implemented Interfaces:
- XuluPlugin
public class SimpleCommEventMonitorPlugin
- extends AbstractMenuPlugin
The XuluPlugin
logs TransferEvent
s and TimeEvent
s.
The Events are displayed in a sortable JTable
.
- Author:
- Dominik Appl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleCommEventMonitorPlugin
public SimpleCommEventMonitorPlugin()
- Creates a new plugin
SimpleCommEventMonitorPlugin
public SimpleCommEventMonitorPlugin(int xuluMenuNo,
JMenuItem menuItem)
- Creates a new plugin
- Parameters:
xuluMenuNo
- the position of the menu in the menubarmenuItem
- the menu to insert
SimpleCommEventMonitorPlugin
public SimpleCommEventMonitorPlugin(int xuluMenuNo,
String menuItemName)
- Creates a new plugin
- Parameters:
xuluMenuNo
- the position of the menu in the menubarmenuItemName
- the name of the entry to insert
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)