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

structureContents

private static java.lang.String[][] structureContents
Constructor Detail

ModelKitPopupResourceBundle

ModelKitPopupResourceBundle()
Method Detail

buildStructure

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

getWordContents

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