gr.demokritos.iit.jinsect.gui
Interface IStatusDisplayer

All Known Implementing Classes:
StatusConsole, StatusFrame, StreamOutputConsole

public interface IStatusDisplayer


Method Summary
 java.lang.String getStatusText()
          Should return the text part of the status.
 boolean getVisible()
          Should indicate whether the status is displayed or not.
 void setStatus(java.lang.String sText, double dValue)
          Should set the status and the value as an indication of progress.
 void setVisible(boolean bShow)
          Should indicate whether the status should be displayed.
 

Method Detail

setStatus

void setStatus(java.lang.String sText,
               double dValue)
Should set the status and the value as an indication of progress.


getStatusText

java.lang.String getStatusText()
Should return the text part of the status.


setVisible

void setVisible(boolean bShow)
Should indicate whether the status should be displayed.


getVisible

boolean getVisible()
Should indicate whether the status is displayed or not.