|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kde.koala.KShortcutList
org.kde.koala.KActionShortcutList
public class KActionShortcutList
Constructor Summary | |
---|---|
protected |
KActionShortcutList(java.lang.Class dummy)
|
|
KActionShortcutList(KActionCollection arg1)
|
Method Summary | |
---|---|
KAction |
action(int arg1)
|
int |
count()
Returns the number of entries. |
void |
dispose()
Delete the wrapped C++ instance ahead of finalize() |
protected void |
finalize()
Deletes the wrapped C++ instance |
org.kde.qt.QVariant |
getOther(int arg1,
int index)
\internal @short \internal |
KInstanceInterface |
instance()
The KInstance. |
boolean |
isConfigurable(int arg1)
Checks whether the shortcut with the given index is configurable. |
boolean |
isDisposed()
Has the wrapped C++ instance been deleted? |
java.lang.String |
label(int arg1)
Returns the (i18n'd) label of the shortcut with the given index. |
java.lang.String |
name(int i)
Returns the name of the shortcut with the given index. |
boolean |
save()
Save the shortcut list. |
boolean |
setOther(int arg1,
int index,
org.kde.qt.QVariant arg3)
\internal @short \internal |
boolean |
setShortcut(int arg1,
KShortcut arg2)
Sets the shortcut of the given entry |
KShortcut |
shortcut(int arg1)
Returns the shortcut with the given index. |
KShortcut |
shortcutDefault(int arg1)
Returns default shortcut with the given index. |
java.lang.String |
whatsThis(int arg1)
Returns the (i18n'd) What's This text of the shortcut with the given index. |
Methods inherited from class org.kde.koala.KShortcutList |
---|
index, index, isGlobal, readSettings, readSettings, readSettings, writeSettings, writeSettings, writeSettings, writeSettings, writeSettings |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected KActionShortcutList(java.lang.Class dummy)
public KActionShortcutList(KActionCollection arg1)
Method Detail |
---|
public int count()
KShortcutList
count
in class KShortcutList
public java.lang.String name(int i)
KShortcutList
index.
name
in class KShortcutList
i
- the index of the shortcut (must be < count())
public java.lang.String label(int arg1)
KShortcutList
index.
label
in class KShortcutList
arg1
- the index of the shortcut (must be < count())
public java.lang.String whatsThis(int arg1)
KShortcutList
index.
whatsThis
in class KShortcutList
arg1
- the index of the shortcut (must be < count())
public KShortcut shortcut(int arg1)
KShortcutList
index.
shortcut
in class KShortcutList
arg1
- the index of the shortcut (must be < count())
KShortcutList.shortcutDefault(int)
public KShortcut shortcutDefault(int arg1)
KShortcutList
index.
shortcutDefault
in class KShortcutList
arg1
- the index of the shortcut (must be < count())
KShortcutList.shortcut(int)
public boolean isConfigurable(int arg1)
KShortcutList
index
is configurable.
isConfigurable
in class KShortcutList
arg1
- the index of the shortcut (must be < count())
public boolean setShortcut(int arg1, KShortcut arg2)
KShortcutList
setShortcut
in class KShortcutList
arg1
- the index of the shortcut (must be < count())arg2
- the shortcutpublic KInstanceInterface instance()
KShortcutList
instance
in class KShortcutList
public org.kde.qt.QVariant getOther(int arg1, int index)
KShortcutList
getOther
in class KShortcutList
public boolean setOther(int arg1, int index, org.kde.qt.QVariant arg3)
KShortcutList
setOther
in class KShortcutList
public boolean save()
KShortcutList
save
in class KShortcutList
public KAction action(int arg1)
protected void finalize() throws java.lang.InternalError
finalize
in class java.lang.Object
java.lang.InternalError
public void dispose()
public boolean isDisposed()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |