public class ModelKitPopupResourceBundle 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 |
---|
ModelKitPopupResourceBundle(String menuStructure,
Properties menuText) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildStructure(String menuStructure) |
String |
getMenuAsText(String title) |
String |
getMenuName() |
protected String[] |
getWordContents() |
addItems, getStuctureAsText, setStructure
private static final String MENU_NAME
private static String[][] menuContents
private static String[][] structureContents
public ModelKitPopupResourceBundle(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
public String getMenuAsText(String title)
getMenuAsText
in class PopupResource