|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectIcanGui.IcanWait
public class IcanWait
The wait window displays a message while some other activity is happening.
Field Summary | |
---|---|
private java.awt.Cursor |
oldCursor
Normal cursor saved to reset back from WAIT_CURSOR. |
private IcanFrame |
parent
Active window for which the cursor is to be set to the WAIT_CURSOR, in addition to the wait window itself. |
private java.awt.Component |
tWait
Component of wait window containing a message that tells what condition is waited for. |
private java.awt.Frame |
windowFrame
The Frame for this window. |
Constructor Summary | |
---|---|
IcanWait(java.lang.String text)
Constructor creates Wait window with a title. |
Method Summary | |
---|---|
void |
destroy()
Destroy Wait window. |
java.lang.String |
getName()
Get class name. |
void |
toFront()
Moves Wait window to front. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.awt.Frame windowFrame
private java.awt.Component tWait
private IcanFrame parent
private java.awt.Cursor oldCursor
Constructor Detail |
---|
public IcanWait(java.lang.String text)
text
- Text to display in Label.Method Detail |
---|
public void destroy()
public void toFront()
public java.lang.String getName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |