|
|||||||||
| 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
| Field Summary | |
|---|---|
(package private) Map<String,String> |
labels
|
(package private) Map<String,AbstractButton> |
map
|
| Constructor Summary | |
|---|---|
GuiMap()
|
|
| Method Summary | |
|---|---|
(package private) Object |
get(String key)
|
(package private) String |
getLabel(String key)
|
(package private) JButton |
newJButton(String key)
|
(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 void |
setupLabels()
|
void |
updateLabels()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
Map<String,AbstractButton> map
Map<String,String> labels
| Constructor Detail |
|---|
GuiMap()
| Method Detail |
|---|
private void 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)
JButton newJButton(String key)
Object get(String key)
void setSelected(String key,
boolean b)
public void updateLabels()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||