|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ascape.model.event.DefaultScapeListener
org.ascape.view.nonvis.NonGraphicView
org.ascape.view.nonvis.ParameterControlView
public class ParameterControlView
Sets up each run based on parameters drawn from a file.
Field Summary |
---|
Fields inherited from class org.ascape.model.event.DefaultScapeListener |
---|
listeningToScape, name, scape |
Constructor Summary | |
---|---|
ParameterControlView()
|
Method Summary | |
---|---|
void |
initParams()
Inits the params. |
void |
scapeDeserialized(ScapeEvent scapeEvent)
Method called once a model is deserialized. |
void |
scapeSetup(ScapeEvent scapeEvent)
Method called when the scape is ready for setup. |
void |
scapeStopped(ScapeEvent scapeEvent)
Called immediatly after the scape is stopped. |
void |
setFile(java.lang.String filename)
Sets the file. |
Methods inherited from class org.ascape.view.nonvis.NonGraphicView |
---|
isGraphic |
Methods inherited from class org.ascape.model.event.DefaultScapeListener |
---|
clone, environmentQuiting, getName, getScape, isLifeOfScape, isNotifyScapeAutomatically, notifyScapeUpdated, scapeAdded, scapeClosing, scapeInitialized, scapeIterated, scapeNotification, scapeRemoved, scapeStarted, setName, setNotifyScapeAutomatically, toString |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ParameterControlView()
Method Detail |
---|
public void setFile(java.lang.String filename) throws java.io.IOException
filename
- the new file
java.io.IOException
- Signals that an I/O exception has occurred.public void initParams()
public void scapeDeserialized(ScapeEvent scapeEvent)
scapeDeserialized
in interface ScapeListener
scapeDeserialized
in class DefaultScapeListener
scapeEvent
- the scape eventpublic void scapeSetup(ScapeEvent scapeEvent)
DefaultScapeListener
scapeSetup
in interface ScapeListener
scapeSetup
in class DefaultScapeListener
scapeEvent
- the scape eventpublic void scapeStopped(ScapeEvent scapeEvent)
DefaultScapeListener
scapeStopped
in interface ScapeListener
scapeStopped
in class DefaultScapeListener
scapeEvent
- the scape event
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |