appl.plugin.multimodelcontrol
Class MultiModelControlHandler
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultiModelControlHandler
public MultiModelControlHandler(XuluModellingPlatform xulu)
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)