Class EditorScreenActionProp

All Implemented Interfaces:
IVSActionActorParticipantProvider, IPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, IVSActionListener, IVSComponentListener, IVSComponentState, Cloneable, IAdaptable

public class EditorScreenActionProp extends ScreenActionProp implements IPropDesigner, IVSActionActorParticipantProvider
This Screen Action property container for a terminal host screen property.
  • Constructor Details

    • EditorScreenActionProp

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

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