//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.TQFrame; /** An abstract class for all dockwidget drag-panels of a dockwidgets (and member of the dockwidget class set). See the class description of KDockWidgetHeaderDrag! More or less a minor helper class for the dockwidget class set. @author Max Judin (documentation: Falk Brettschneider). @short An abstract class for all dockwidget drag-panels of a dockwidgets (and member of the dockwidget class set). */ public class KDockWidgetAbstractHeaderDrag extends TQFrame { protected KDockWidgetAbstractHeaderDrag(Class dummy){super((Class) null);} public native TQMetaObject metaObject(); public native String className(); /** Constructs this. @param parent the parent widget (usually a dockwidget header) @param dock the dockwidget where it belongs to @param name the object instance name @short Constructs this. */ public KDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock, String name) { super((Class) null); newKDockWidgetAbstractHeaderDrag(parent,dock,name); } private native void newKDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock, String name); public KDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock) { super((Class) null); newKDockWidgetAbstractHeaderDrag(parent,dock); } private native void newKDockWidgetAbstractHeaderDrag(KDockWidgetAbstractHeader parent, KDockWidget dock); /** @return the dockwidget where this belongs to @short */ public native KDockWidget dockWidget(); /** 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(); }