Class EditorFontIconsDefinition

All Implemented Interfaces:
IEditorImage, IPropDesigner, IPropUndoContext, EventListener, IFontConsumer, IGProp<GProp<?>[]>, IFontIconStyle, IPropCnr, Cloneable, IAdaptable

public class EditorFontIconsDefinition extends FontIconsDefinition implements IPropDesigner, IPropUndoContext, IEditorImage
Font icon definitions property container for the Editor.
  • Constructor Details

    • EditorFontIconsDefinition

      public EditorFontIconsDefinition()
      Creates the Image Definition property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorFontIconsDefinition

      public EditorFontIconsDefinition(Atom propertyAtom)
      Creates the Image Definition property container with the specified name. All system-reserved names for components begins with "$".
      Parameters:
      propertyAtom - the name of the component, unique within it's parent.
  • Method Details