Class EditorScreenActionsProp

All Implemented Interfaces:
IExtendsSelection, IPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable, IAdaptable
Direct Known Subclasses:
EditorScreenActionGroupProp

public class EditorScreenActionsProp extends ScreenActionsProp implements IPropDesigner, IExtendsSelection
This Screen Actions property container for a terminal host screen property.
  • Constructor Details

    • EditorScreenActionsProp

      public EditorScreenActionsProp()
      Creates the Screen Actions property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • EditorScreenActionsProp

      public EditorScreenActionsProp(Atom propertyAtom)
      Creates the Screen Actions 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