Class UIChartDesignerProp

All Implemented Interfaces:
INavigatorPresentation, EventListener, IAdaptable

public class UIChartDesignerProp extends UICompDesignerProp
Class for the UI chart children property containers in the designer (axis, plot and series).
Author:
Christopher Mindus
  • Constructor Details

    • UIChartDesignerProp

      public UIChartDesignerProp(EUIChart propertyContainer)
      The constructor.
      Parameters:
      propertyContainer -
  • Method Details

    • doSortIndexOnCategories

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

      public int getCNCategory()
      Gets the category of this Common Navigator object, used for sorting. Subclasses can override this method, in order to get the sorting in the viewer to be done within a category.
      Specified by:
      getCNCategory in interface INavigatorPresentation
      Overrides:
      getCNCategory in class DesignerProp
      Returns:
      This method returns zero i.e. no category, but -1 for Styles causing it to come early.