public abstract class PluginMenuType
extends java.lang.Object
| Constructor and Description |
|---|
PluginMenuType() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
getId()
Returns the identifier that is used to describe this menu type.
|
abstract java.lang.String |
getName(java.util.Locale locale)
Returns a descriptive label for this menu type that is displayed in the IBM Content Navigator administration tool.
|
java.lang.String |
getPluginId()
Returns the identifier of the plug-in that contains this menu type.
|
abstract java.lang.String |
getTooltip(java.util.Locale locale)
Returns a descriptive tooltip for this menu type that is displayed in the IBM Content Navigator
administration tool.
|
abstract boolean |
isToolbar()
Returns a Boolean value indicating whether the menu associated with this menu type is a toolbar.
|
void |
setPluginId(java.lang.String pluginId)
For Internal Use Only.
|
public abstract java.lang.String getId()
Important: This identifier is used in URLs so it must contain only alphanumeric characters.
String that is used to identify the menu type.public abstract java.lang.String getName(java.util.Locale locale)
String that provides a short description of the menu.public abstract java.lang.String getTooltip(java.util.Locale locale)
String that provides the tooltip for the menu type.public abstract boolean isToolbar()
true if the menu is a toolbar. This method returns a value
of false if the menu is a context menu.public final java.lang.String getPluginId()
Important: This method is implemented by IBM Content Navigator and must not be overridden.
Plugin class for the plug-in.public final void setPluginId(java.lang.String pluginId)