org.jmol.popup
Class MainPopupResourceBundle

java.lang.Object
  extended by org.jmol.popup.PopupResource
      extended by org.jmol.popup.MainPopupResourceBundle

 class MainPopupResourceBundle
extends PopupResource


Field Summary
private static String[][] menuContents
           
private static String[][] structureContents
           
 
Fields inherited from class org.jmol.popup.PopupResource
structure, words
 
Constructor Summary
MainPopupResourceBundle(String menuStructure, Properties menuText)
           
 
Method Summary
private static String Box(String cmd)
           
protected  void buildStructure(String menuStructure)
           
private  String dumpStructure(String[][] items)
           
private  String dumpWords()
           
 String getMenu(String title)
           
protected  String[] getWordContents()
           
 
Methods inherited from class org.jmol.popup.PopupResource
addItems, getStructure, getWord, setStructure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

menuContents

private static String[][] menuContents

structureContents

private static String[][] structureContents
Constructor Detail

MainPopupResourceBundle

MainPopupResourceBundle(String menuStructure,
                        Properties menuText)
Method Detail

buildStructure

protected void buildStructure(String menuStructure)
Specified by:
buildStructure in class PopupResource

Box

private static String Box(String cmd)

getWordContents

protected String[] getWordContents()
Specified by:
getWordContents in class PopupResource

getMenu

public String getMenu(String title)
Overrides:
getMenu in class PopupResource

dumpWords

private String dumpWords()

dumpStructure

private String dumpStructure(String[][] items)