|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openscience.jmol.app.jmolpanel.GuiMap
class GuiMap
Nested Class Summary | |
---|---|
(package private) static interface |
GuiMap.GetKey
|
(package private) class |
GuiMap.KeyJCheckBox
|
(package private) class |
GuiMap.KeyJCheckBoxMenuItem
|
(package private) class |
GuiMap.KeyJMenu
|
(package private) class |
GuiMap.KeyJMenuItem
|
(package private) class |
GuiMap.KeyJRadioButtonMenuItem
|
Field Summary | |
---|---|
(package private) Hashtable |
labels
|
(package private) Hashtable |
map
|
Constructor Summary | |
---|---|
GuiMap()
|
Method Summary | |
---|---|
(package private) Object |
get(String key)
|
(package private) static String |
getKey(Object obj)
|
(package private) String |
getLabel(String key)
|
private static String |
getLabelWithoutMnemonic(String label)
|
private static char |
getMnemonic(String label)
|
(package private) JCheckBox |
newJCheckBox(String key,
boolean isChecked)
|
(package private) JCheckBoxMenuItem |
newJCheckBoxMenuItem(String key,
boolean isChecked)
|
(package private) JMenu |
newJMenu(String key)
|
(package private) JMenuItem |
newJMenuItem(String key)
|
(package private) JRadioButtonMenuItem |
newJRadioButtonMenuItem(String key)
|
(package private) void |
setSelected(String key,
boolean b)
|
private Hashtable |
setupLabels()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
Hashtable map
Hashtable labels
Constructor Detail |
---|
GuiMap()
Method Detail |
---|
private Hashtable setupLabels()
String getLabel(String key)
JMenu newJMenu(String key)
JMenuItem newJMenuItem(String key)
JCheckBoxMenuItem newJCheckBoxMenuItem(String key, boolean isChecked)
JRadioButtonMenuItem newJRadioButtonMenuItem(String key)
JCheckBox newJCheckBox(String key, boolean isChecked)
Object get(String key)
static String getKey(Object obj)
private static String getLabelWithoutMnemonic(String label)
private static char getMnemonic(String label)
void setSelected(String key, boolean b)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |