Package com.dlsc.flexgantt.icons

This package deals with anything related to icons.

See:
          Description

Interface Summary
IIconMap An icon map provides icons based on an icon ID.
 

Class Summary
AbstractIconMap An abstract implementation of the IIconMap interface that provides mechanisms to store, retrieve, and load icons.
BlankIcon An empty (blank) icon often used for aligning menu items.
IconRegistry The icon registry provides access to the icon set used by the framework.
 

Enum Summary
IconId Icon IDs are used in conjunction with the icon registry class.
 

Package com.dlsc.flexgantt.icons Description

This package deals with anything related to icons. The icon ID enumerator in combination with an icon registry allows for easy access to all icons used throughout the FlexGantt framework. Icons can even be replaced in order to make the Gantt chart fit into the overall look & feel of the final application.