|
||||||||||
| 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 javax.swing.JFrame |
frame
The gui. |
| Constructor Summary | |
|---|---|
GuiCreator(java.lang.Class frameclass,
java.lang.Class[] argclasses,
java.lang.Object[] args)
Create a new clock. |
|
GuiCreator(java.lang.reflect.Method createmethod,
java.lang.Class[] argclasses,
java.lang.Object[] args)
Create a new clock. |
|
| Method Summary | |
|---|---|
javax.swing.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 javax.swing.JFrame frame
| Constructor Detail |
|---|
public GuiCreator(java.lang.Class frameclass,
java.lang.Class[] argclasses,
java.lang.Object[] args)
public GuiCreator(java.lang.reflect.Method createmethod,
java.lang.Class[] argclasses,
java.lang.Object[] args)
| Method Detail |
|---|
public javax.swing.JFrame getFrame()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||