public interface ChangeableIconDescriptor extends IconDescriptor
IconDescriptor by the means to change
its attributes.IconDescriptor.Dimension| Modifier and Type | Method and Description |
|---|---|
void |
setDescription(java.lang.String description)
Sets the description of the code descriptor.
|
void |
setName(java.lang.String name)
Sets the name of the code descriptor.
|
getDescription, getDimensions, getID, getName, getRevision, getStategetUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValuegetPluginData, getPluginDatas, getSupportedPluginsvoid setName(java.lang.String name)
name - The name of the code descriptor.void setDescription(java.lang.String description)
description - The description of the code descriptor.