public class MainPopupResourceBundle extends PopupResource
Modifier and Type | Field and Description |
---|---|
private static String |
MENU_NAME |
private static String[][] |
menuContents |
private static String[][] |
structureContents |
structure, words
Constructor and Description |
---|
MainPopupResourceBundle(String menuStructure,
Properties menuText) |
Modifier and Type | Method and Description |
---|---|
private static String |
Box(String cmd) |
protected void |
buildStructure(String menuStructure) |
private String |
dumpStructure(String[][] items) |
private String |
dumpWords() |
(package private) String |
getMenuAsText(String title) |
String |
getMenuName() |
protected String[] |
getWordContents() |
addItems, getStructure, getWord, setStructure
private static final String MENU_NAME
private static String[][] menuContents
private static String[][] structureContents
public MainPopupResourceBundle(String menuStructure, Properties menuText)
public String getMenuName()
getMenuName
in class PopupResource
protected void buildStructure(String menuStructure)
buildStructure
in class PopupResource
protected String[] getWordContents()
getWordContents
in class PopupResource
String getMenuAsText(String title)
getMenuAsText
in class PopupResource
private String dumpWords()