|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.digi.config.util.Busy
This class is used for putting up the busy cursor when in gui mode
Constructor Summary | |
Busy()
|
Method Summary | |
static void |
begin()
|
static void |
begin(java.lang.String msg)
This method turns on the busy cursor. |
static void |
end()
This method decrements the count of busy sections by one. |
static void |
registerGUIComponent(StatusDisplay theComponent)
This method registers the GUI Component that the busy cursor is to be displayed in. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Busy()
Method Detail |
public static void registerGUIComponent(StatusDisplay theComponent)
theComponent
- the gui component to show the busy cursor and status text (implements
the StatusDisplay interface.public static void begin(java.lang.String msg)
Note: If no component is registered, then this method does nothing.
public static void begin()
public static void end()
Note: If no component is registered, then this method does nothing.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |