//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Directory list. See the DIR element definition in HTML 4.0. This element is deprecated in HTML 4.0. @short Directory list. */ public class HTMLDirectoryElement extends HTMLElement { protected HTMLDirectoryElement(Class dummy){super((Class) null);} public HTMLDirectoryElement() { super((Class) null); newHTMLDirectoryElement(); } private native void newHTMLDirectoryElement(); public HTMLDirectoryElement(HTMLDirectoryElement other) { super((Class) null); newHTMLDirectoryElement(other); } private native void newHTMLDirectoryElement(HTMLDirectoryElement other); public HTMLDirectoryElement(Node other) { super((Class) null); newHTMLDirectoryElement(other); } private native void newHTMLDirectoryElement(Node other); /** Reduce spacing between list items. See the compact attribute definition in HTML 4.0. This attribute is deprecated in HTML 4.0. @short Reduce spacing between list items. */ public native boolean compact(); /** see compact @short see compact */ public native void setCompact(boolean arg1); // DOM::HTMLDirectoryElement* HTMLDirectoryElement(DOM::HTMLDirectoryElementImpl* arg1); >>>> NOT CONVERTED }