summaryrefslogtreecommitdiffstats
path: root/kdejava/koala/org/kde/koala/KEntry.java
blob: 3e620bb136c203f23a591fad69f6eec124c1688c (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;

import org.kde.qt.Qt;
import org.kde.qt.QtSupport;

/**

 map/dict/list config node entry.
 		@short    map/dict/list config node entry.

*/
public class KEntry implements QtSupport {
	private long _qt;
	private boolean _allocatedInJavaWorld = true;
	protected KEntry(Class dummy){}

	public KEntry() {
		newKEntry();
	}
	private native void newKEntry();
	/** 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();
}