|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectuchicago.src.sim.engine.LoadModelDialog
public class LoadModelDialog
Dialog for loading a model. Called when the user clicks on the folder icon in the gui controller. This will load all the appropriate jars and SimModels in repast/demo as well as any jars or classes in repast/models. Other classes or jars can be loaded via the add button.
| Constructor Summary | |
|---|---|
LoadModelDialog()
Creates a LoadModelDialog. |
|
| Method Summary | |
|---|---|
void |
display(javax.swing.JFrame f)
Displays this LoadModelDialog. |
javax.swing.JDialog |
getDialog()
|
SimModel |
getModel()
Returns the selected SimModel if any, otherwise null. |
java.lang.String |
getParameterFile()
Returns the parameter file name as a String. |
void |
setParameterFile(java.lang.String fileName)
Returns the parameter file name as a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoadModelDialog()
| Method Detail |
|---|
public void display(javax.swing.JFrame f)
f - the parent JFrame for this LoadModelDialogpublic SimModel getModel()
public java.lang.String getParameterFile()
public void setParameterFile(java.lang.String fileName)
setParameterFile in interface ParameterFileListenerpublic javax.swing.JDialog getDialog()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||