//Auto-generated by kalyptus. DO NOT EDIT. package org.kde.koala; import org.kde.qt.Qt; import org.kde.qt.QtSupport; /** Create a grid of frames. See the FRAMESET element definition in HTML 4.0. @short Create a grid of frames. */ public class HTMLFrameSetElement extends HTMLElement { protected HTMLFrameSetElement(Class dummy){super((Class) null);} public HTMLFrameSetElement() { super((Class) null); newHTMLFrameSetElement(); } private native void newHTMLFrameSetElement(); public HTMLFrameSetElement(HTMLFrameSetElement other) { super((Class) null); newHTMLFrameSetElement(other); } private native void newHTMLFrameSetElement(HTMLFrameSetElement other); public HTMLFrameSetElement(Node other) { super((Class) null); newHTMLFrameSetElement(other); } private native void newHTMLFrameSetElement(Node other); /** The number of columns of frames in the frameset. See the cols attribute definition in HTML 4.0. @short The number of columns of frames in the frameset. */ public native String cols(); /** see cols @short see cols */ public native void setCols(String arg1); /** The number of rows of frames in the frameset. See the rows attribute definition in HTML 4.0. @short The number of rows of frames in the frameset. */ public native String rows(); /** see rows @short see rows */ public native void setRows(String arg1); // DOM::HTMLFrameSetElement* HTMLFrameSetElement(DOM::HTMLFrameSetElementImpl* arg1); >>>> NOT CONVERTED }