|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.gui.layout.GUICode
public abstract class GUICode
This class can be overwritten to define code snippets that are to be evaluated after all pending events.
Constructor Summary | |
---|---|
GUICode()
|
Method Summary | |
---|---|
abstract void |
eval(java.lang.Object arg)
Code to be run. |
void |
invokeLater()
Invokes the specified thread after all other threads. |
void |
invokeLater(java.lang.Object arg)
Invokes the specified thread after all other threads. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GUICode()
Method Detail |
---|
public abstract void eval(java.lang.Object arg)
arg
- argument (may be null
)public final void invokeLater()
public final void invokeLater(java.lang.Object arg)
arg
- optional argument
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |