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.TQMetaObject;
import org.kde.qt.QtSupport;
import org.kde.qt.TQWidget;
/**
*/
public class KEdGotoLine extends KDialogBase {
protected KEdGotoLine(Class dummy){super((Class) null);}
public native TQMetaObject metaObject();
public native String className();
public KEdGotoLine(TQWidget parent, String name, boolean modal) {
super((Class) null);
newKEdGotoLine(parent,name,modal);
}
private native void newKEdGotoLine(TQWidget parent, String name, boolean modal);
public KEdGotoLine(TQWidget parent, String name) {
super((Class) null);
newKEdGotoLine(parent,name);
}
private native void newKEdGotoLine(TQWidget parent, String name);
public KEdGotoLine(TQWidget parent) {
super((Class) null);
newKEdGotoLine(parent);
}
private native void newKEdGotoLine(TQWidget 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();
}