org.jmol.popup
Class PopupResource
java.lang.Object
org.jmol.popup.PopupResource
- Direct Known Subclasses:
- MainPopupResourceBundle, ModelKitPopupResourceBundle
public abstract class PopupResource
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
structure
protected Properties structure
words
protected Properties words
PopupResource
protected PopupResource(String menuStructure,
Properties menuText)
getMenu
public String getMenu(String title)
getWordContents
protected abstract String[] getWordContents()
buildStructure
protected abstract void buildStructure(String menuStructure)
getStructure
String getStructure(String key)
getWord
String getWord(String key)
setStructure
public void setStructure(String slist)
addItems
protected void addItems(String[][] itemPairs)
localize
private void localize(boolean haveUserMenu,
Properties menuText)