Interface ChangeableIconDescriptor

All Superinterfaces:
IconDescriptor, PluginDataContainer, UserAttributeContainer

public interface ChangeableIconDescriptor extends IconDescriptor
This interface extends IconDescriptor by the means to change its attributes.
Author:
Ulrich Kreher
  • Method Details

    • 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.