|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--agentland.gui.GuiMaker | +--agentland.gui.TestGuiMaker
Fields inherited from class agentland.gui.GuiMaker |
container, family, familyClassName, familyName, host, name, parent, visible |
Constructor Summary | |
TestGuiMaker()
|
Method Summary | |
protected void |
buttonPressed()
|
Container |
getGui()
Has to be overriden by children; this is where you produce the object to be displayed. |
void |
init()
This method gets called when the GuiMaker arrives at the GuiManager and can start connecting itself to the rest of the world. |
Methods inherited from class agentland.gui.GuiMaker |
addSpy, equals, getContainer, getFamily, getFamilyObject, getName, getParent, hashCode, hideMe, installed, killMe, log, log, log, notify, reliesOn, reliesOn, setFamily, setFamilyClass, setHost, setName, setParent, showMe, tell, toString, visible |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TestGuiMaker()
Method Detail |
public Container getGui()
GuiMaker
getGui
in class GuiMaker
agentland.gui.GuiMaker
protected void buttonPressed()
public void init()
GuiMaker
init
in class GuiMaker
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |