|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjsky.util.gui.BusyWin
public class BusyWin
Utility class used to disable GUI input while work is in progress.
| Constructor Summary | |
|---|---|
BusyWin()
|
|
| Method Summary | |
|---|---|
static void |
setBusy(boolean busy)
Temporarily disable (or enable) all of the application's frames. |
static void |
setBusy(boolean busy,
java.awt.Component parent)
Temporarily disable (or enable) all frames except the given one. |
static void |
showBusy()
Temporarily show the busy cursor for all application frames. |
static void |
showBusy(java.awt.Component parent)
Temporarily show the busy cursor for all frames except the given one. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusyWin()
| Method Detail |
|---|
public static void setBusy(boolean busy,
java.awt.Component parent)
busy - if true, display the busy cursor and disable all frames except
the given one.parent - if not null, this frame (JFrame or JInternalFrame)
is ignored (not enabled/disabled)public static void setBusy(boolean busy)
busy - if true, display the busy cursor and disable all frames except
the given one.public static void showBusy(java.awt.Component parent)
parent - if not null, this frame (JFrame or JInternalFrame)
is ignored (not enabled/disabled)public static void showBusy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||