summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/PartSignals.java
blob: 727042cb41e7cc7601a90ac9e5273da4e8faebda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.TQMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.TQObject;
import org.kde.qt.TQPoint;
import org.kde.qt.TQCustomEvent;
import org.kde.qt.TQWidget;

public interface PartSignals {
	/**	
		 Emitted by the part, to set the caption of the window(s)
		 hosting this part
		     		@short    Emitted by the part, to set the caption of the window(s)  hosting this part
	*/
	void setWindowCaption(String caption);
	/**	
		 Emited by the part, to set a text in the statusbar of the window(s)
		 hosting this part
		     		@short    Emited by the part, to set a text in the statusbar of the window(s)  hosting this part
	*/
	void setStatusBarText(String text);
}