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, setStructureprivate 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 PopupResourceprotected void buildStructure(String menuStructure)
buildStructure in class PopupResourceprotected String[] getWordContents()
getWordContents in class PopupResourcepublic String getMenuAsText(String title)
getMenuAsText in class PopupResource