Class StyleAttributeEditor

java.lang.Object
com.inductiveautomation.ignition.common.util.AbstractChangeable
com.inductiveautomation.perspective.designer.styles.StyleAttributeEditor
All Implemented Interfaces:
Changeable
Direct Known Subclasses:
CheckboxEditor, ColorAttributeEditor, EditableDropdownEditor, OptionButtonBarEditor, OptionDropdownEditor, OptionRowEditor, RawTextEditor, ShadowEditor, ZeroToOneEditor

public abstract class StyleAttributeEditor extends AbstractChangeable
  • Field Details

  • Constructor Details

    • StyleAttributeEditor

      protected StyleAttributeEditor(StyleAttribute attribute)
  • Method Details

    • getAttribute

      public StyleAttribute getAttribute()
    • getComponent

      public abstract JComponent getComponent()
    • getValue

      public abstract String getValue()
    • setValue

      public abstract void setValue(String value)
    • optionToString

      protected static String optionToString(Enum<?> option)