Interface FeatureSettingsContributor

All Known Subinterfaces:
BslCommentFeatureSettings, BslFeatureSettings, ChartFeatureSettings, DcsExprFeatureSettings, DcsFeatureSettings, DendrogramFeatureSettings, FormFeatureSettings, GanttChartFeatureSettings, GeosFeatureSettings, McoreFeatureSettings, MdFeatureSettings, MoxelFeatureSettings, PlannerFeatureSettings, QlFeatureSettings, RightQlFeatureSettings, RightsFeatureSettings, RightTemplateFeatureSettings, SchemeFeatureSettings, TimeScaleFeatureSettings
All Known Implementing Classes:
BslCommentFeatureSettingsImpl, BslFeatureSettingsImpl, ChartFeatureSettingsImpl, DcsExprFeatureSettingsImpl, DcsFeatureSettingsImpl, DendrogramFeatureSettingsImpl, FormFeatureSettingsImpl, GanttChartFeatureSettingsImpl, GeosFeatureSettingsImpl, McoreFeatureSettingsImpl, MdFeatureSettingsImpl, MoxelFeatureSettingsImpl, PlannerFeatureSettingsImpl, QlFeatureSettingsImpl, RightQlFeatureSettingsImpl, RightsFeatureSettingsImpl, RightTemplateFeatureSettingsImpl, SchemeFeatureSettingsImpl, TimeScaleFeatureSettingsImpl

public interface FeatureSettingsContributor
The common interface to contribute instances of FeatureSettings to the central registry.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets ordered feature settings list that can use globally.
  • Method Details

    • getFeatureSettings

      List<FeatureSettings> getFeatureSettings()
      Gets ordered feature settings list that can use globally. This order of the list should be always the same for each call.
      Returns:
      ordered feature settings list, cannot return null.