Class EditorVSAction

All Implemented Interfaces:
IShowJavaSource, ILinkCapable, IJavaMethodLinkEnabler, IUICreationFromVS, IPropDesigner, IPropRenameable, IEVSComponent, IBackReferenceProvider, EventListener, IFocusComp, ILockUI, IMessageBox, IUIPanelAnimation, ICustomDataProvider, IGProp<GProp<?>[]>, IPropCnr, IVSComponent, IVSComponentListener, IVSComponentState, IVSMessageComponent, Cloneable, IAdaptable

The Editor VirtualSpace Action property class.
Author:
Christopher Mindus
  • Constructor Details

    • EditorVSAction

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

      public EditorVSAction(Atom propertyAtom)
      Creates the VirtualSpace 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