jACOB 2.7 API Documentation.

de.tif.jacob.core.definition
Interface IContextMenuEntry

All Superinterfaces:
INamedObjectDefinition

public interface IContextMenuEntry
extends INamedObjectDefinition

This interface represents the definition of a group context menu entry.


Method Summary
 ActionType getActionType()
          Returns the type of the underlying action to be performed when this context meun entry is selected.
 java.lang.String getLabel()
          Returns the label of this context menu entry.
 boolean isVisible()
          Returns the default visibility of this context menu entry.
 
Methods inherited from interface de.tif.jacob.core.definition.INamedObjectDefinition
getDescription, getName, getProperty
 

Method Detail

getLabel

java.lang.String getLabel()
Returns the label of this context menu entry.

Note: The label could be internationalized, if the label starts with a '%' character. In this case the label is interpreted as a key to the respective application resource bundles for internationalization.

Returns:
the context menu entry label

getActionType

ActionType getActionType()
Returns the type of the underlying action to be performed when this context meun entry is selected.

Note that this method is currently for internal use only!

Returns:
the action type

isVisible

boolean isVisible()
Returns the default visibility of this context menu entry.

Returns:
the default visibility

jACOB 2.7 API Documentation.