org.jmol.modelkit
Class ModelKitPopupResourceBundle

java.lang.Object
  extended by org.jmol.popup.PopupResource
      extended by org.jmol.modelkit.ModelKitPopupResourceBundle

 class ModelKitPopupResourceBundle
extends PopupResource


Field Summary
private static String[][] menuContents
           
private static String[][] structureContents
           
 
Fields inherited from class org.jmol.popup.PopupResource
structure, words
 
Constructor Summary
ModelKitPopupResourceBundle()
           
 
Method Summary
protected  void buildStructure(String menuStructure)
           
protected  String[] getWordContents()
           
 
Methods inherited from class org.jmol.popup.PopupResource
addItems, getMenu, 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

ModelKitPopupResourceBundle

ModelKitPopupResourceBundle()
Method Detail

buildStructure

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

getWordContents

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