|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringMenuFactory
Creates string menues.
| Method Summary | ||
|---|---|---|
|
getCachedMenu(Class<T> clazz,
String preferenceKey)
Retrieve a previously created menu. |
|
|
getMenu(Class<T> clazz,
String preferenceKey,
String menuPresentationName,
Icon menuIcon)
Get a menu. |
|
| Method Detail |
|---|
<T extends Comparable<T> & Serializable> StringMenu<T> getMenu(Class<T> clazz,
String preferenceKey,
String menuPresentationName,
Icon menuIcon)
preferenceKey - The key to use to store the menu when the application shuts
down. Will be used to restore the menu when it is created.menuPresentationName - The menu will have this set as its name.menuIcon - The icon to set on the menu. May be null.
<T extends Comparable<T> & Serializable> StringMenu<T> getCachedMenu(Class<T> clazz,
String preferenceKey)
preferencesKey - The key used to create the menu.
#getMenu(String, String, Icon)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||