org.jmol.applet

Class GuiMap

class GuiMap extends Object

Nested Class Summary
interfaceGuiMap.GetKey
classGuiMap.KeyJMenu
classGuiMap.KeyJMenuItem
Field Summary
Hashtablelabels
Hashtablemap
Method Summary
Objectget(String key)
static StringgetKey(Object obj)
StringgetLabel(String key)
static StringgetLabelWithoutMnemonic(String label)
static chargetMnemonic(String label)
booleanisSelected(String key)
JMenunewJMenu(String key)
JMenuItemnewJMenuItem(String key)
voidsetSelected(String key, boolean b)
HashtablesetupLabels()

Field Detail

labels

private Hashtable labels

map

Hashtable map

Method Detail

get

Object get(String key)

getKey

static String getKey(Object obj)

getLabel

String getLabel(String key)

getLabelWithoutMnemonic

static String getLabelWithoutMnemonic(String label)

getMnemonic

static char getMnemonic(String label)

isSelected

boolean isSelected(String key)

newJMenu

JMenu newJMenu(String key)

newJMenuItem

JMenuItem newJMenuItem(String key)

setSelected

void setSelected(String key, boolean b)

setupLabels

private Hashtable setupLabels()