|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.cog.gui.grapheditor.canvas.ForwardingStatusManager
| Field Summary |
| Fields inherited from interface org.globus.cog.gui.grapheditor.canvas.StatusManager |
BUSY_ICON |
| Constructor Summary | |
ForwardingStatusManager(GraphCanvas canvas)
|
|
| Method Summary | |
void |
error(String message,
Exception details)
|
void |
initializeProgress(int size)
Initializes (starts displaying) a progress indicator, for which the maximum value is size |
void |
pop()
Pops a status message from the stack |
void |
push(String msg)
Pushes a message on the top of the stack |
void |
push(String msg,
Icon icon)
Pushes a message on the top of the stack, together with an icon |
void |
removeProgress()
Removes the progress indicator. |
void |
setDefaultText(String text)
Sets the text displayed when there's nothing else to display This may or may not make sense, depending on the target |
void |
setProgress(int size)
Sets the value of the progress indicator. |
void |
stepProgress()
Increases the value that the progress indicator represents |
void |
warning(String message,
Exception details)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ForwardingStatusManager(GraphCanvas canvas)
| Method Detail |
public void setDefaultText(String text)
StatusManager
setDefaultText in interface StatusManagerpublic void push(String msg)
StatusManager
push in interface StatusManager
public void push(String msg,
Icon icon)
StatusManager
push in interface StatusManagerpublic void pop()
StatusManager
pop in interface StatusManagerpublic void initializeProgress(int size)
StatusManager
initializeProgress in interface StatusManagerpublic void setProgress(int size)
StatusManager
setProgress in interface StatusManagerpublic void stepProgress()
StatusManager
stepProgress in interface StatusManagerpublic void removeProgress()
StatusManager
removeProgress in interface StatusManager
public void error(String message,
Exception details)
error in interface StatusManager
public void warning(String message,
Exception details)
warning in interface StatusManager
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||