org.tm4j.tmnav.env.desc .MenuDesc

Description

A bean, that stores information about a RendererView in a manner, that is suitable for serialisation.

Inheritance Hierarchy

Interfaces

Method Summary
void addMenuItemDesc(org.tm4j.tmnav.env.desc.MenuItemDesc md)
Adds a menuItemDescription to the context menu of this rendererView
java.lang.String getId()
java.util.List getMenuItemDescription()
Returns a list of menuItemDescriptions for the context menu of this renderer view or an empty List if no menuItemDescriptions were specified for the context menue of this rendererView
void restore(java.util.prefs.Preferences prefs,java.lang.String prefix)
void setId(java.lang.String id)
void store(java.util.prefs.Preferences prefs,java.lang.String prefix)