Class UICompDesignerProp

All Implemented Interfaces:
INavigatorPresentation, EventListener, IAdaptable
Direct Known Subclasses:
UIChartDesignerProp, UIMenuCompDesignerProp

public class UICompDesignerProp extends UIDesignerProp
Class for the UI property components in the designer, specialized for UIComp class.
Author:
Christopher Mindus
  • Constructor Details

    • UICompDesignerProp

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

    • getCNImage

      public 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 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.