appl.plugin.multimodelcontrol
Class ModelListObject

java.lang.Object
  extended by 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

Constructor Summary
ModelListObject(ModelControlFrame frame, XuluModel model, String name)
           
 
Method Summary
 ModelControlFrame getFrame()
           
 XuluModel getModel()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelListObject

public ModelListObject(ModelControlFrame frame,
                       XuluModel model,
                       String name)
Parameters:
frame - modelcontrolframe responsible for the model
model - the model
name - name of the model
Method Detail

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