|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.agentfactory.platform.core.PlatformGUI
public abstract class PlatformGUI
Provide a skeleton implementation of an Agent Factory Platform Viewer. Subclasses of PlatformGUI should
provide a public constructor that takes an AgentPlatform as its only parameter.
| Constructor Summary | |
|---|---|
PlatformGUI()
Creates a new PlatformGUI object. |
|
| Method Summary | |
|---|---|
protected java.lang.String |
getParameter(int index)
Get the parameter in position index (starts at 0) |
java.util.ArrayList |
getParameters()
Get the parameters that were passed to this PlatformGUI |
protected int |
numParameters()
Get the number of parameters passed to this PlatformGUI |
void |
setParameters(java.util.ArrayList parameters)
Set the parameters passed to this PlatformGUI |
abstract void |
start()
Startup code for any platform gui should be placed in implementations of this abstract method... |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PlatformGUI()
| Method Detail |
|---|
public abstract void start()
public java.util.ArrayList getParameters()
PlatformGUI
public void setParameters(java.util.ArrayList parameters)
PlatformGUI
parameters - The parametersprotected java.lang.String getParameter(int index)
index (starts at 0)
index - The position of the parameter to be returned
indexprotected int numParameters()
PlatformGUI
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||