uic.model
Class WorkerThread.Job

java.lang.Object
  extended by uic.model.WorkerThread.Job
Enclosing class:
WorkerThread

public static class WorkerThread.Job
extends Object


Field Summary
static short ENABLE_NO_CHANGE
           
static short ENABLE_OFF
           
static short ENABLE_ON
           
 
Method Summary
 UICSimpleAction getAction()
           
 Object[] getArguments()
           
 WorkerThread.Worker getPreferredWorker()
           
 Component getRootComponent()
           
 boolean isLocked()
           
 void setPreferredWorker(WorkerThread.Worker worker)
           
 String toString()
           
 void updateEnabled(short enable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ENABLE_ON

public static final short ENABLE_ON
See Also:
Constant Field Values

ENABLE_OFF

public static final short ENABLE_OFF
See Also:
Constant Field Values

ENABLE_NO_CHANGE

public static final short ENABLE_NO_CHANGE
See Also:
Constant Field Values
Method Detail

setPreferredWorker

public void setPreferredWorker(WorkerThread.Worker worker)

getAction

public UICSimpleAction getAction()

getArguments

public Object[] getArguments()

updateEnabled

public void updateEnabled(short enable)

getRootComponent

public Component getRootComponent()
Returns:
rootComponent of source object (if applicable)

getPreferredWorker

public WorkerThread.Worker getPreferredWorker()
Returns:
a boolean stating that the rootComponent was visible at event-invokation time.

toString

public String toString()
Overrides:
toString in class Object

isLocked

public boolean isLocked()


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence