summaryrefslogtreecommitdiffstats
path: root/tdejava/koala/org/trinitydesktop/koala/TDEActionShortcutList.java
blob: 467d8af5ade49317444d4c39c2b489d365eb109d (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
//Auto-generated by kalyptus. DO NOT EDIT.
package org.trinitydesktop.koala;

import org.trinitydesktop.qt.Qt;
import org.trinitydesktop.qt.QtSupport;
import org.trinitydesktop.qt.TQVariant;

/**
*/
public class TDEActionShortcutList extends TDEShortcutList  {
	protected TDEActionShortcutList(Class dummy){super((Class) null);}
	public TDEActionShortcutList(TDEActionCollection arg1) {
		super((Class) null);
		newTDEActionShortcutList(arg1);
	}
	private native void newTDEActionShortcutList(TDEActionCollection arg1);
	public native int count();
	public native String name(int i);
	public native String label(int arg1);
	public native String whatsThis(int arg1);
	public native TDEShortcut shortcut(int arg1);
	public native TDEShortcut shortcutDefault(int arg1);
	public native boolean isConfigurable(int arg1);
	public native boolean setShortcut(int arg1, TDEShortcut arg2);
	public native TDEInstanceInterface instance();
	public native TQVariant getOther(int arg1, int index);
	public native boolean setOther(int arg1, int index, TQVariant arg3);
	public native boolean save();
	public native TDEAction action(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();
}