You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KEdGotoLine.java

44 lines
1.3 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.QWidget;
/**
*/
public class KEdGotoLine extends KDialogBase {
protected KEdGotoLine(Class dummy){super((Class) null);}
public native QMetaObject metaObject();
public native String className();
public KEdGotoLine(QWidget parent, String name, boolean modal) {
super((Class) null);
newKEdGotoLine(parent,name,modal);
}
private native void newKEdGotoLine(QWidget parent, String name, boolean modal);
public KEdGotoLine(QWidget parent, String name) {
super((Class) null);
newKEdGotoLine(parent,name);
}
private native void newKEdGotoLine(QWidget parent, String name);
public KEdGotoLine(QWidget parent) {
super((Class) null);
newKEdGotoLine(parent);
}
private native void newKEdGotoLine(QWidget parent);
public KEdGotoLine() {
super((Class) null);
newKEdGotoLine();
}
private native void newKEdGotoLine();
public native int getLineNumber();
public native void selected(int arg1);
/** 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();
}