appl.plugin.multimodelcontrol
Class MultiModelControlHandler

java.lang.Object
  extended by appl.plugin.multimodelcontrol.MultiModelControlHandler
All Implemented Interfaces:
ActionListener, EventListener, ListSelectionListener

public class MultiModelControlHandler
extends Object
implements ListSelectionListener, ActionListener

The class allows to control several models at once. At the moment it provides a batch like execution functionality. It is still under development but should basically work. It was developed in very short time and is therefore not as well commented, as other classes.

Author:
Dominik Appl

Constructor Summary
MultiModelControlHandler(XuluModellingPlatform xulu)
           
 
Method Summary
 void actionPerformed(ActionEvent e)
           
 MultiModelControlFrame getFrame()
           
protected  void handleModelListDoubleClick()
           
 void performObjectEvent(ObjectEvent e)
           
 void toggleGUI(boolean enabled)
           
 void valueChanged(ListSelectionEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiModelControlHandler

public MultiModelControlHandler(XuluModellingPlatform xulu)
Method Detail

getFrame

public MultiModelControlFrame getFrame()

performObjectEvent

public void performObjectEvent(ObjectEvent e)

valueChanged

public void valueChanged(ListSelectionEvent e)
Specified by:
valueChanged in interface ListSelectionListener

actionPerformed

public void actionPerformed(ActionEvent e)
Specified by:
actionPerformed in interface ActionListener

handleModelListDoubleClick

protected void handleModelListDoubleClick()

toggleGUI

public void toggleGUI(boolean enabled)