summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/PartSignals.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/PartSignals.java')
-rw-r--r--kdejava/koala/org/kde/koala/PartSignals.java24
1 files changed, 24 insertions, 0 deletions
diff --git a/kdejava/koala/org/kde/koala/PartSignals.java b/kdejava/koala/org/kde/koala/PartSignals.java
new file mode 100644
index 00000000..67679ad1
--- /dev/null
+++ b/kdejava/koala/org/kde/koala/PartSignals.java
@@ -0,0 +1,24 @@
+//Auto-generated by kalyptus. DO NOT EDIT.
+package org.kde.koala;
+
+import org.kde.qt.QMetaObject;
+import org.kde.qt.QtSupport;
+import org.kde.qt.QObject;
+import org.kde.qt.QPoint;
+import org.kde.qt.QCustomEvent;
+import org.kde.qt.QWidget;
+
+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);
+}