|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfacets.util.Tracer
facets.util.app.BusyCursor
public abstract class BusyCursor
Sets the application busy cursor.
A BusyCursor passed to AppWatcher.pushCursor(BusyCursor)
will call setCursor(boolean) whenever the AppWatcher senses significant
change in the application's busy state.
Concrete instances must implement setCursor(boolean) for a particular
combination of surface (eg application or dialog) and GUI toolkit.
| Constructor Summary | |
|---|---|
BusyCursor()
|
|
| Method Summary | |
|---|---|
void |
forceSwitch(boolean busy)
|
protected abstract void |
setCursor(boolean busy)
Set the busy cursor over the required part of the application surface. |
protected void |
traceOutput(java.lang.String msg)
Outputs complete trace messages to console or elsewhere. |
| Methods inherited from class facets.util.Tracer |
|---|
trace, trace, trace, trace, trace, traceDebug, traceDebug, traceObjectText, traceOutputWithClass |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BusyCursor()
| Method Detail |
|---|
protected final void traceOutput(java.lang.String msg)
TracerDefault prepends helpful classname to message.
traceOutput in class Tracermsg - passed from one of the public methodspublic final void forceSwitch(boolean busy)
protected abstract void setCursor(boolean busy)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||