glogic.jthin.app
Class ControlBarUtil
java.lang.Object
glogic.jthin.app.ControlBarUtil
- public class ControlBarUtil
- extends java.lang.Object
Utility class that helps configure the ControlBar.
- Author:
- Sam Taha
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
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.
Copyright © Grand Logic, Inc. All Rights Reserved.