plugins
Interface IInfoPanel

All Known Implementing Classes:
InfoPanel

public interface IInfoPanel

TODO Missing Interface Documentation

Author:
TODO Author Name

Method Summary
 void changeProgressbarValue(int value)
          Change the value of the progressbar
 void clearAll()
          clear all informations
 void clearKurzInfo()
          clear the short infotext
 void clearLangInfo()
          clear the long infotext
 void clearProgressbar()
          reset the progressbar
 void setKurzInfoText(java.lang.String text)
          Set the short infotext
 void setLangInfoText(java.lang.String text)
          Set the long infotext
 void setLangInfoText(java.lang.String text, java.awt.Color zeichenfarbe)
          Set the long infotext in that color
 

Method Detail

setKurzInfoText

void setKurzInfoText(java.lang.String text)
Set the short infotext

Parameters:
text - TODO Missing Constructuor Parameter Documentation

setLangInfoText

void setLangInfoText(java.lang.String text)
Set the long infotext

Parameters:
text - TODO Missing Constructuor Parameter Documentation

setLangInfoText

void setLangInfoText(java.lang.String text,
                     java.awt.Color zeichenfarbe)
Set the long infotext in that color

Parameters:
text - TODO Missing Constructuor Parameter Documentation
zeichenfarbe - TODO Missing Constructuor Parameter Documentation

changeProgressbarValue

void changeProgressbarValue(int value)
Change the value of the progressbar

Parameters:
value - min=0, max=100

clearAll

void clearAll()
clear all informations


clearKurzInfo

void clearKurzInfo()
clear the short infotext


clearLangInfo

void clearLangInfo()
clear the long infotext


clearProgressbar

void clearProgressbar()
reset the progressbar