Class UICompDesignerProp

    • Constructor Detail

      • UICompDesignerProp

        public UICompDesignerProp​(UIComp comp)
        The constructor.
        Parameters:
        comp - The component.
    • Method Detail

      • 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 DesignerProp
        Parameters:
        flags - The flags for the image, see FLAG_IMAGE_*.
        Returns:
        Image or null if there is no image.
      • doSortIndexOnCategories

        public boolean doSortIndexOnCategories()
        Sorting on index, but categories first.
        Overrides:
        doSortIndexOnCategories in class DesignerProp
        Returns:
        false for default, override to set true to use the categories.
      • getCNDescriptionType

        public java.lang.String getCNDescriptionType()
        Provide a type description for the status bar view, if available.
        Specified by:
        getCNDescriptionType in class UIDesignerProp
        Returns:
        A type description for the status bar view, or null if not available.