summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KEdGotoLine.java
blob: 92ec622e308ed6457522a944b239fdb489b8b3fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
//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();
}