jcreek.cke.importexport
Interface ProcessStatusWindowInterface

All Known Implementing Classes:
ProcessStatusWindow

public interface ProcessStatusWindowInterface

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.

Author:
Stein L. Tomassen, NTNU 2002

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

setCloseButton

public void setCloseButton()
The method to use to set the close button of the Process Status Window, when e.g. the process has finished.


setCancelButton

public 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.


appendText

public void appendText(java.lang.String text)
The method to use during the process to keep the user informed of what is going on.

Parameters:
text - the text with information to the user.


Created at IDI, NTNU by the Artificial Intelligence and Learning group