Class EUILabel

All Implemented Interfaces:
IShowJavaSource, ILinkCapable, IJavaMethodLinkEnabler, IUIComponentLinkEnabler, IEImagePreview, IEUIComp, IEUICompBase, IEUICompCommon, IInitializeSampleData, IAddUICompProvider<EUILabel>, IExtendsSelection, IPropDesigner, IPropRenameable, ITransferContainerProps, IStylesFilter, EventListener, IMessageBox, IComponent, ICustomDataProvider, IGProp<GProp<?>[]>, IKStringPropOwner, IPropCnr, IUIComp, IUIContextMenuOwner, IUIHint, IUIHTMLTextComponent, IUITextComponent, IVSComponentListener, IVSComponentState, IVSFieldListener, IVSRelativeReferenceFocusScope, Cloneable, IAdaptable

public class EUILabel extends UILabel implements IEUIComp, IInitializeSampleData, IAddUICompProvider<EUILabel>
Label component.
Author:
Christopher Mindus
  • Constructor Details

    • EUILabel

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

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