//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; public class TQEditorFactory extends TQObject { protected TQEditorFactory(Class dummy){super((Class) null);} public TQEditorFactory(TQObject parent, String name) { super((Class) null); newTQEditorFactory(parent,name); } private native void newTQEditorFactory(TQObject parent, String name); public TQEditorFactory(TQObject parent) { super((Class) null); newTQEditorFactory(parent); } private native void newTQEditorFactory(TQObject parent); public TQEditorFactory() { super((Class) null); newTQEditorFactory(); } private native void newTQEditorFactory(); public native TQWidget createEditor(TQWidget parent, TQVariant v); public static native TQEditorFactory defaultFactory(); public static native void installDefaultFactory(TQEditorFactory factory); /** 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(); }