Class EUIPanel

All Implemented Interfaces:
IShowJavaSource, ILinkCapable, IJavaClassLinkEnabler, IJavaMethodLinkEnabler, IUIBuilderFromVSLinkEnabler, IUIComponentLinkEnabler, IEImagePreview, IEUICompBase, IEUICompCommon, IEUIContainer, IEUIPanel, IExtendsSelection, IPropDesigner, IPropRenameable, IPropUndoContext, ITransferContainerProps, IStylesFilter, IVSLinkEnabler, IVSParticipantLinkEnabler, EventListener, IFocusComp, IMessageBox, IUIPanelAnimation, IComponent, IClassReferenceOwner, ICustomDataProvider, IGProp<GProp<?>[]>, IPropCnr, IReferrerParticipant, ISelectorOwner, IUIClassReferenceOwner, IUIComp, IUIContainer, IUIContextMenuOwner, IUIFocusComp, IUIGroupSeparator, IUIPanelOwner, IVSAccessor, IVSComponentListener, IVSComponentState, IVSFieldListener, IVSGenericComponentListener, IVSParticipant, Cloneable, IAdaptable

public class EUIPanel extends UIPanel implements IEUIPanel
Editor class for UIPanel.
Author:
Christopher Mindus
  • Constructor Details

    • EUIPanel

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

      public EUIPanel(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