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/TDEActionShortcutList.java

37 lines
1.3 KiB

//Auto-generated by kalyptus. DO NOT EDIT.
package org.kde.koala;
import org.kde.qt.Qt;
import org.kde.qt.QtSupport;
import org.kde.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();
}