Package com.dlsc.flexgantt.policy.gantt

Policies that will be used in the context of a Gantt chart.

See:
          Description

Interface Summary
IOverviewPolicy A policy that is used by the OverviewPalette to color timeline objects based on their status or to mark timeline objects that require special attention.
IStatusBarPolicy A policy that is used to provide the information shown in the status bar.
 

Class Summary
AbstractStatusBarPolicy An abstract implementation of the status bar policy, which provides support for handling the list of visible status bar fields.
DefaultOverviewPolicy The default implementation of the overview policy.
SimpleGranularityStatusBarPolicy An implementation of the status bar policy used in situations where the dateline model is an instance of SimpleGranularityDatelineModel.
TimeGranularityStatusBarPolicy An implementation of the status bar policy used in situations where the dateline model is an instance of TimeGranularityDatelineModel.
 

Enum Summary
StatusBarField An enumeration of display fields that can be displayed by the status bar.
 

Package com.dlsc.flexgantt.policy.gantt Description

Policies that will be used in the context of a Gantt chart.