|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.tools.MultikeyShortcutAction.MultikeyInfo
public static class MultikeyShortcutAction.MultikeyInfo
Field Summary | |
---|---|
private java.lang.String |
description
|
private int |
index
|
Constructor Summary | |
---|---|
MultikeyShortcutAction.MultikeyInfo(int index,
java.lang.String description)
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
|
int |
getIndex()
|
char |
getShortcut()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final int index
private final java.lang.String description
Constructor Detail |
---|
public MultikeyShortcutAction.MultikeyInfo(int index, java.lang.String description)
Method Detail |
---|
public int getIndex()
public char getShortcut()
public java.lang.String getDescription()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |