org.kde.koala

Interface PartSignals

public interface PartSignals

Method Summary
voidsetStatusBarText(String text)
Emited by the part, to set a text in the statusbar of the window(s) hosting this part
voidsetWindowCaption(String caption)
Emitted by the part, to set the caption of the window(s) hosting this part

Method Detail

setStatusBarText

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

UNKNOWN: Emited by the part, to set a text in the statusbar of the window(s) hosting this part

setWindowCaption

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

UNKNOWN: Emitted by the part, to set the caption of the window(s) hosting this part