de.uni_paderborn.fujaba.fsa.swing
Class LayoutWorker

java.lang.Object
  extended byde.uni_paderborn.fujaba.fsa.swing.LayoutWorker
All Implemented Interfaces:
java.lang.Runnable

class LayoutWorker
extends java.lang.Object
implements java.lang.Runnable

No comment provided by developer, please add a comment to improve documentation. GrabManager.java

Version:
$Revision: 1.28 $
Author:
$Author: schneider $

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

layouter

GrabLayouter layouter
No comment provided by developer, please add a comment to improve documentation.


manager

GrabManager manager
No comment provided by developer, please add a comment to improve documentation.


INITIALIZED

public static final int INITIALIZED
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

RUNNING

public static final int RUNNING
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

FINISHED

public static final int FINISHED
No comment provided by developer, please add a comment to improve documentation.

See Also:
Constant Field Values

state

private int state
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

LayoutWorker

public LayoutWorker(GrabLayouter layouter,
                    GrabManager manager)
Constructor for class LayoutWorker

Parameters:
layouter - No description provided
manager - No description provided
Method Detail

run

public void run()
Main processing method for the LayoutWorker object

Specified by:
run in interface java.lang.Runnable

getState

public int getState()
Get the state attribute of the LayoutWorker object

Returns:
The state value