Class RecordingScreensProp

java.lang.Object
com.iizix.prop.GProp<GProp<?>[]>
com.iizix.prop.PropCnr
com.iizigo.term.recording.prop.RecordingScreensProp
All Implemented Interfaces:
IPropDesigner, EventListener, IGProp<GProp<?>[]>, IPropCnr, Cloneable, IAdaptable

public class RecordingScreensProp extends PropCnr implements IPropDesigner
This Recording Screens property container holds the screens.
  • Constructor Details

    • RecordingScreensProp

      public RecordingScreensProp()
      Creates the recording screens property container without a name. The name must be set in all cases using the setPropertyAtom call.
    • RecordingScreensProp

      public RecordingScreensProp(Atom propertyAtom)
      Creates the recording screens 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