//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class QTextDrag extends QDragObject { protected QTextDrag(Class dummy){super((Class) null);} public native QMetaObject metaObject(); public native String className(); public QTextDrag(String arg1, QWidget dragSource, String name) { super((Class) null); newQTextDrag(arg1,dragSource,name); } private native void newQTextDrag(String arg1, QWidget dragSource, String name); public QTextDrag(String arg1, QWidget dragSource) { super((Class) null); newQTextDrag(arg1,dragSource); } private native void newQTextDrag(String arg1, QWidget dragSource); public QTextDrag(String arg1) { super((Class) null); newQTextDrag(arg1); } private native void newQTextDrag(String arg1); public QTextDrag(QWidget dragSource, String name) { super((Class) null); newQTextDrag(dragSource,name); } private native void newQTextDrag(QWidget dragSource, String name); public QTextDrag(QWidget dragSource) { super((Class) null); newQTextDrag(dragSource); } private native void newQTextDrag(QWidget dragSource); public QTextDrag() { super((Class) null); newQTextDrag(); } private native void newQTextDrag(); public native void setText(String arg1); public native void setSubtype(String arg1); public native String format(int i); public native byte[] encodedData(String arg1); public static native String tr(String arg1, String arg2); public static native String tr(String arg1); public static native boolean canDecode(QMimeSourceInterface e); public static native boolean decode(QMimeSourceInterface e, StringBuffer s); public static native boolean decode(QMimeSourceInterface e, StringBuffer s, StringBuffer subtype); /** 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(); }