|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.memphis.ccrg.lida.framework.gui.FrameworkGuiFactory
public class FrameworkGuiFactory
For specific agent implementations, create a main class simply
need call this class's start method with particular parameters for that agent:
Agent instance and a Properties.
Creates a MVC for the system.
| Constructor Summary | |
|---|---|
FrameworkGuiFactory()
|
|
| Method Summary | |
|---|---|
static void |
start(Agent agent,
java.util.Properties systemProperties)
Based on the properties file, first creates a FrameworkGuiController with specified Agent. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FrameworkGuiFactory()
| Method Detail |
|---|
public static void start(Agent agent,
java.util.Properties systemProperties)
FrameworkGuiController with specified Agent.
Then create a FrameworkGui with the controller.
agent - AgentsystemProperties - properties containing information about gui configuration, gui commands
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||