appl.plugin.multimodelcontrol
Class ModelListObject
java.lang.Object
appl.plugin.multimodelcontrol.ModelListObject
public class ModelListObject
- extends Object
Simple container class that encapulates the data stored a model list (GUI Component)
- Author:
- Dominik Appl
ModelListObject
public ModelListObject(ModelControlFrame frame,
XuluModel model,
String name)
- Parameters:
frame
- modelcontrolframe responsible for the modelmodel
- the modelname
- name of the model
getFrame
public ModelControlFrame getFrame()
- Returns:
- the frame
getModel
public XuluModel getModel()
- Returns:
- the model
getName
public String getName()
- Returns:
- the name
toString
public String toString()
- Overrides:
toString
in class Object