TaskBean API
0.5

glogic.jthin.app
Class ControlBarUtil

java.lang.Object
  extended byglogic.jthin.app.ControlBarUtil

public class ControlBarUtil
extends java.lang.Object

Utility class that helps configure the ControlBar.

Author:
Sam Taha

Field Summary
static int CLEAR
           
static int DONE
           
static int ERROR
           
static int OPEN_CON
           
static int SEND_REQUEST
           
static int STOPPED
           
static int WAIT_RESPONSE
           
 
Method Summary
static void updateState(int type, JThinWorker worker)
           
static void updateStateDispatch(int type, JThinWorker worker)
          Like the updateState() method but makes the call using the event dispatch thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLEAR

public static final int CLEAR
See Also:
Constant Field Values

OPEN_CON

public static final int OPEN_CON
See Also:
Constant Field Values

SEND_REQUEST

public static final int SEND_REQUEST
See Also:
Constant Field Values

WAIT_RESPONSE

public static final int WAIT_RESPONSE
See Also:
Constant Field Values

DONE

public static final int DONE
See Also:
Constant Field Values

ERROR

public static final int ERROR
See Also:
Constant Field Values

STOPPED

public static final int STOPPED
See Also:
Constant Field Values
Method Detail

updateState

public static final void updateState(int type,
                                     JThinWorker worker)

updateStateDispatch

public static void updateStateDispatch(int type,
                                       JThinWorker worker)
Like the updateState() method but makes the call using the event dispatch thread.


TaskBean API
0.5

Copyright © Grand Logic, Inc. All Rights Reserved.