Interface ChangeableIconDescriptor
- All Superinterfaces:
IconDescriptor,PluginDataContainer,UserAttributeContainer
This interface extends
IconDescriptor by the means to change
its attributes.- Author:
- Ulrich Kreher
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.aristaflow.adept2.model.common.IconDescriptor
IconDescriptor.Dimension -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDescription(String description) Sets the description of the code descriptor.voidSets the name of the code descriptor.Methods inherited from interface de.aristaflow.adept2.model.common.IconDescriptor
getDescription, getDimensions, getID, getName, getRevision, getStateMethods inherited from interface de.aristaflow.adept2.model.common.PluginDataContainer
getPluginData, getPluginDatas, getSupportedPluginsMethods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
Method Details
-
setName
Sets the name of the code descriptor.- Parameters:
name- The name of the code descriptor.
-
setDescription
Sets the description of the code descriptor.- Parameters:
description- The description of the code descriptor.
-