Class UIMenuContainerDesignerProp

All Implemented Interfaces:
INavigatorPresentation, EventListener, org.eclipse.core.runtime.IAdaptable

public class UIMenuContainerDesignerProp extends UIContainerDesignerProp
Class for the UI menu containers in the designer except menu bar.
Author:
Christopher Mindus
  • Constructor Details

    • UIMenuContainerDesignerProp

      public UIMenuContainerDesignerProp(UIContainer comp)
      The constructor.
      Parameters:
      comp - The component.
  • Method Details

    • getCNImage

      public org.eclipse.swt.graphics.Image getCNImage(int flags)
      Gets the image for the Common Navigator.
      Specified by:
      getCNImage in interface INavigatorPresentation
      Overrides:
      getCNImage in class UIContainerDesignerProp
      Parameters:
      flags - The flags for the image, see FLAG_IMAGE_*.
      Returns:
      Image or null if there is no image.
    • getCNDescriptionType

      public String getCNDescriptionType()
      Provide a type description for the status bar view, if available.
      Overrides:
      getCNDescriptionType in class UIContainerDesignerProp
      Returns:
      A type description for the status bar view, or null if not available.