|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface contains some methods which enables the various plugins to do some changes to the process status window. This interface could be left out, but was implemented to ease the overview of the various methods used to control the Process Status Window, hopefully. See e.g. 'JCXMLimport' or 'JCXMLexport' for examples of the usage of this interface.
Method Summary | |
void |
appendText(java.lang.String text)
The method to use during the process to keep the user informed of what is going on. |
void |
setCancelButton()
The method to use to set the cancel button of the Process Status Window, when e.g. the process is to start and is running. |
void |
setCloseButton()
The method to use to set the close button of the Process Status Window, when e.g. the process has finished. |
Method Detail |
public void setCloseButton()
public void setCancelButton()
public void appendText(java.lang.String text)
text
- the text with information to the user.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |