summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KDockTabGroup.java
diff options
context:
space:
mode:
Diffstat (limited to 'kdejava/koala/org/kde/koala/KDockTabGroup.java')
-rw-r--r--kdejava/koala/org/kde/koala/KDockTabGroup.java51
1 files changed, 0 insertions, 51 deletions
diff --git a/kdejava/koala/org/kde/koala/KDockTabGroup.java b/kdejava/koala/org/kde/koala/KDockTabGroup.java
deleted file mode 100644
index 078c3668..00000000
--- a/kdejava/koala/org/kde/koala/KDockTabGroup.java
+++ /dev/null
@@ -1,51 +0,0 @@
-//Auto-generated by kalyptus. DO NOT EDIT.
-package org.kde.koala;
-
-import org.kde.qt.Qt;
-import org.kde.qt.TQMetaObject;
-import org.kde.qt.QtSupport;
-import org.kde.qt.TQWidget;
-import org.kde.qt.TQTabWidget;
-
-/**
-
- It just hides the special implementation of a dockwidget tab groups (and is member of the dockwidget class set).
- An abstraction what it is currently.
- In general it is like TQTabWidget but is more useful for the dockwidget class set.
- More or less a minor helper class for the dockwidget class set.
- @author Max Judin (documentation: Falk Brettschneider).
-
- @short It just hides the special implementation of a dockwidget tab groups (and is member of the dockwidget class set).
-
-*/
-public class KDockTabGroup extends TQTabWidget {
- protected KDockTabGroup(Class dummy){super((Class) null);}
- public native TQMetaObject metaObject();
- public native String className();
- /**
- Constructs this. It just calls the method of the base class.
- @short Constructs this.
- */
- public KDockTabGroup(TQWidget parent, String name) {
- super((Class) null);
- newKDockTabGroup(parent,name);
- }
- private native void newKDockTabGroup(TQWidget parent, String name);
- public KDockTabGroup(TQWidget parent) {
- super((Class) null);
- newKDockTabGroup(parent);
- }
- private native void newKDockTabGroup(TQWidget parent);
- public KDockTabGroup() {
- super((Class) null);
- newKDockTabGroup();
- }
- private native void newKDockTabGroup();
- public native TQWidget transientTo();
- /** Deletes the wrapped C++ instance */
- protected native void finalize() throws InternalError;
- /** Delete the wrapped C++ instance ahead of finalize() */
- public native void dispose();
- /** Has the wrapped C++ instance been deleted? */
- public native boolean isDisposed();
-}