|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.uni_paderborn.fujaba.fsa.swing.LayoutWorker
No comment provided by developer, please add a comment to improve documentation. GrabManager.java
Field Summary | |
static int |
FINISHED
No comment provided by developer, please add a comment to improve documentation. |
static int |
INITIALIZED
No comment provided by developer, please add a comment to improve documentation. |
(package private) GrabLayouter |
layouter
No comment provided by developer, please add a comment to improve documentation. |
(package private) GrabManager |
manager
No comment provided by developer, please add a comment to improve documentation. |
static int |
RUNNING
No comment provided by developer, please add a comment to improve documentation. |
private int |
state
No comment provided by developer, please add a comment to improve documentation. |
Constructor Summary | |
LayoutWorker(GrabLayouter layouter,
GrabManager manager)
Constructor for class LayoutWorker |
Method Summary | |
int |
getState()
Get the state attribute of the LayoutWorker object |
void |
run()
Main processing method for the LayoutWorker object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
GrabLayouter layouter
GrabManager manager
public static final int INITIALIZED
public static final int RUNNING
public static final int FINISHED
private int state
Constructor Detail |
public LayoutWorker(GrabLayouter layouter, GrabManager manager)
layouter
- No description providedmanager
- No description providedMethod Detail |
public void run()
run
in interface java.lang.Runnable
public int getState()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |