|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--javax.swing.JComponent
|
+--javax.swing.JTree
|
+--uchicago.src.sim.engine.LoadModelTree
Tree for displaying SimModels to load into repast. The tree has three nodes. One for the demos, one for the anything in repast/models and one for any thing loaded via the add button.
| Field Summary |
| Fields inherited from class javax.swing.JComponent |
accessibleContext, listenerList, TOOL_TIP_TEXT_KEY, ui, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
LoadModelTree()
Create a LoadModelTree. |
|
| Method Summary | |
void |
addDemos(ArrayList demos)
Adds the list of SimModels in the specified ArrayList to the demos node. |
void |
addModels(ArrayList models)
Adds the list of SimModels in the specified ArrayList to the models node. |
void |
addOtherModel(SimModel simModel)
Adds the specified SimModel to the other models nodes. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public LoadModelTree()
| Method Detail |
public void addDemos(ArrayList demos)
demos - the list of SimModels to addpublic void addModels(ArrayList models)
models - the list of SimModels to addpublic void addOtherModel(SimModel simModel)
simModel - the list of SimModels to add
|
RePast v. 2.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||