Uses of Interface
com.dlsc.flexgantt.icons.IIconMap

Packages that use IIconMap
com.dlsc.flexgantt.icons This package deals with anything related to icons. 
com.dlsc.flexgantt.icons.gif Contains the default icon set in GIF format. 
 

Uses of IIconMap in com.dlsc.flexgantt.icons
 

Classes in com.dlsc.flexgantt.icons that implement IIconMap
 class AbstractIconMap
          An abstract implementation of the IIconMap interface that provides mechanisms to store, retrieve, and load icons.
 

Methods in com.dlsc.flexgantt.icons that return IIconMap
static IIconMap IconRegistry.getIconMap()
          Returns the icon map that is currently being used by the registry to lookup and store icons.
 

Methods in com.dlsc.flexgantt.icons with parameters of type IIconMap
static void IconRegistry.setIconMap(IIconMap iconMap)
          Sets the icon map used by the registry to lookup and store icons.
 

Uses of IIconMap in com.dlsc.flexgantt.icons.gif
 

Classes in com.dlsc.flexgantt.icons.gif that implement IIconMap
 class Gif16IconMap
          An icon map implementation that uses GIF images to create icons for the icon IDs.