de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin
Class TurnierPlugin
java.lang.Object
de.upb.swtpra05.group03.companycontrol.plugin.PluginBase
de.upb.swtpra05.group03.companycontrol.plugin.TurnierPlugin.TurnierPlugin
- All Implemented Interfaces:
- java.awt.event.ActionListener, java.util.EventListener
- public class TurnierPlugin
- extends PluginBase
- implements java.awt.event.ActionListener
- Version:
- $Revision: 1.3 $
| Fields inherited from class de.upb.swtpra05.group03.companycontrol.plugin.PluginBase |
|
|
Method Summary |
void |
actionPerformed(java.awt.event.ActionEvent e)
|
java.lang.String |
getName()
Returns the Name of the Plugin. |
javax.swing.JPanel |
getPluginPanel()
Returns the Plugins Panel. |
void |
update(de.upb.swtpra.kernel.visualisation.RemoteObj msg)
Handle Messages |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
shuttles
java.util.HashMap shuttles
activeshuttle
int activeshuttle
pluginPanel
javax.swing.JPanel pluginPanel
name
java.lang.String name
maxofferon
javax.swing.JCheckBox maxofferon
maxoffermastersome
javax.swing.JCheckBox maxoffermastersome
maxofferallsome
javax.swing.JCheckBox maxofferallsome
maxoffermasteronly
javax.swing.JCheckBox maxoffermasteronly
maxofferallonly
javax.swing.JCheckBox maxofferallonly
apply
javax.swing.JButton apply
title
javax.swing.ImageIcon title
titlelabel
javax.swing.JLabel titlelabel
TurnierPlugin
public TurnierPlugin()
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformed in interface java.awt.event.ActionListener
update
public void update(de.upb.swtpra.kernel.visualisation.RemoteObj msg)
- Handle Messages
- Overrides:
update in class PluginBase
- Parameters:
msg -
getPluginPanel
public javax.swing.JPanel getPluginPanel()
- Description copied from class:
PluginBase
- Returns the Plugins Panel. Plugin should override this Method
if it has a GUI.
- Overrides:
getPluginPanel in class PluginBase
- Returns:
- JPanel
getName
public java.lang.String getName()
- Description copied from class:
PluginBase
- Returns the Name of the Plugin. Plugins should override this
so they do not return the Default Name
- Overrides:
getName in class PluginBase
- Returns:
- Name