public interface MCategory extends MApplicationElement
This defines a logical grouping of Commands in order to facilitate showing the current set of Commands in dialogs, lists etc
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute
|
String |
getLocalizedDescription()
This is a method that will return the translated description of the Category.
|
String |
getLocalizedName()
This is a method that will return the translated name of the Category.
|
String |
getName()
Returns the value of the 'Name' attribute
|
void |
setDescription(String value)
Sets the value of the '
Description' attribute |
void |
setName(String value)
Sets the value of the '
Name' attribute |
getContributorURI, getElementId, getPersistedState, getTags, getTransientData, setContributorURI, setElementIdString getName()
The name to be displayed for this category.
setName(String)void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.getName()String getDescription()
The description to display for this category.
setDescription(String)void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.getDescription()String getLocalizedName()
This is a method that will return the translated name of the Category.
String getLocalizedDescription()
This is a method that will return the translated description of the Category.
Copyright (c) 2000, 2013 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.