//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.qt; import org.kde.qt.Qt; import java.util.ArrayList; public class TQMimeSourceFactory implements QtSupport { private long _qt; private boolean _allocatedInJavaWorld = true; protected TQMimeSourceFactory(Class dummy){} public TQMimeSourceFactory() { newTQMimeSourceFactory(); } private native void newTQMimeSourceFactory(); public native TQMimeSourceInterface data(String abs_name); public native String makeAbsolute(String abs_or_rel_name, String context); public native TQMimeSourceInterface data(String abs_or_rel_name, String context); public native void setText(String abs_name, String text); public native void setImage(String abs_name, TQImage im); public native void setPixmap(String abs_name, TQPixmap pm); public native void setData(String abs_name, TQMimeSourceInterface data); public native void setFilePath(String[] arg1); public native ArrayList filePath(); public native void addFilePath(String arg1); public native void setExtensionType(String ext, String mimetype); public static native TQMimeSourceFactory defaultFactory(); public static native void setDefaultFactory(TQMimeSourceFactory arg1); public static native TQMimeSourceFactory takeDefaultFactory(); public static native void addFactory(TQMimeSourceFactory f); public static native void removeFactory(TQMimeSourceFactory f); /** 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(); }