org.kde.koala
Interface PartSignals


public interface PartSignals


Method Summary
 void setStatusBarText(java.lang.String text)
          Emited by the part, to set a text in the statusbar of the window(s) hosting this part
 void setWindowCaption(java.lang.String caption)
          Emitted by the part, to set the caption of the window(s) hosting this part
 

Method Detail

setWindowCaption

void setWindowCaption(java.lang.String caption)
Emitted by the part, to set the caption of the window(s) hosting this part


setStatusBarText

void setStatusBarText(java.lang.String text)
Emited by the part, to set a text in the statusbar of the window(s) hosting this part