|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.bdi.planlib.GuiCreator
public class GuiCreator
The gui creator. Note! The Gui cannot be itself a JFrame because this might lead to deadlocks. new JFrame() should only be called from Swing thread. As "new JFrame()" is content of a belief it is executed in the agent's thread.
| Field Summary | |
|---|---|
protected JFrame |
frame
The gui. |
| Constructor Summary | |
|---|---|
GuiCreator(Class frameclass,
Class[] argclasses,
Object[] args)
Create a new clock. |
|
GuiCreator(Method createmethod,
Class[] argclasses,
Object[] args)
Create a new clock. |
|
| Method Summary | |
|---|---|
JFrame |
getFrame()
Get the frame. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected JFrame frame
| Constructor Detail |
|---|
public GuiCreator(Class frameclass,
Class[] argclasses,
Object[] args)
public GuiCreator(Method createmethod,
Class[] argclasses,
Object[] args)
| Method Detail |
|---|
public JFrame getFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||