Interface ChangeableIconDescriptor
-
- All Superinterfaces:
IconDescriptor
,PluginDataContainer
,UserAttributeContainer
public interface ChangeableIconDescriptor extends IconDescriptor
This interface extendsIconDescriptor
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setDescription(String description)
Sets the description of the code descriptor.void
setName(String name)
Sets the name of the code descriptor.-
Methods inherited from interface de.aristaflow.adept2.model.common.IconDescriptor
getDescription, getDimensions, getID, getName, getRevision, getState
-
Methods inherited from interface de.aristaflow.adept2.model.common.PluginDataContainer
getPluginData, getPluginDatas, getSupportedPlugins
-
Methods inherited from interface de.aristaflow.adept2.model.common.UserAttributeContainer
getUserAttributes, getUserAttributeValue, removeUserAttributeValue, setUserAttributeValue
-
-
-
-
Method Detail
-
setName
void setName(String name)
Sets the name of the code descriptor.- Parameters:
name
- The name of the code descriptor.
-
setDescription
void setDescription(String description)
Sets the description of the code descriptor.- Parameters:
description
- The description of the code descriptor.
-
-