public interface MCategory extends MApplicationElement, MLocalizable
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()
Returns the value of the 'Localized Description' attribute
|
String |
getLocalizedName()
Returns the value of the 'Localized Name' attribute.
|
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, setElementIdupdateLocalizationString 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()
"".
String getLocalizedDescription()
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.