Class EditorImagesDefinition

All Implemented Interfaces:
IEditorImage, IImagesBase, ILastVerified, IExtendsSelection, IPropDesigner, IPropUndoContext, EventListener, IAssetReferenceListener, IGProp<GProp<?>[]>, IImageSize, IPropCnr, Cloneable, IAdaptable

public class EditorImagesDefinition extends ImagesDefinition implements IPropDesigner, IPropUndoContext, IExtendsSelection, ILastVerified, IEditorImage, IImagesBase
This multiple Images Definition property container for the Editor.
  • Constructor Details

    • EditorImagesDefinition

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

      public EditorImagesDefinition(Atom propertyAtom)
      Creates the multiple Images 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