|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IContextMenuEntry
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 |
|---|
java.lang.String getLabel()
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.
ActionType getActionType()
Note that this method is currently for internal use only!
boolean isVisible()
|
jACOB 2.7 API Documentation. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||