Class EditorVirtualSpace

All Implemented Interfaces:
IShowJavaSource, ILinkCapable, IJavaClassLinkEnabler, IJavaMethodLinkEnabler, IUICreationFromVS, IExtendsSelection, IPropDesigner, IPropUndoContext, IPrivateStorage, EventListener, IFocusComp, IMessageBox, IClassReferenceOwner, ICustomDataProvider, IGProp<GProp<?>[]>, IPropCnr, IVSAccessor, IVSClassReferenceOwner, IVSComponent, IVSComponentListener, IVSComponentState, IVSMessageComponent, Cloneable, org.eclipse.core.runtime.IAdaptable

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

  • Constructor Details

    • EditorVirtualSpace

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

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