Package | Description |
---|---|
com.dlsc.flexgantt.icons |
This package deals with anything related to icons.
|
com.dlsc.flexgantt.icons.gif16eclipse |
Contains GIF icon set in 16x16 format.
|
com.dlsc.flexgantt.icons.png16vista |
Contains PNG icon set in size 16x16 for Windows Vista.
|
com.dlsc.flexgantt.icons.png16xp |
Contains PNG icon set in size 16x16 for Windows XP.
|
com.dlsc.flexgantt.icons.png24vista | |
com.dlsc.flexgantt.icons.png24xp |
Contains PNG icon set in size 24x24 for Windows XP.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIconMap
An abstract implementation of the
IIconMap interface that provides
mechanisms to store, retrieve, and load icons. |
Modifier and Type | Method and Description |
---|---|
static IIconMap |
IconRegistry.getIconMap()
Returns the icon map that is currently being used by the registry to
lookup and store icons.
|
Modifier and Type | Method and Description |
---|---|
static void |
IconRegistry.setIconMap(IIconMap iconMap)
Sets the icon map used by the registry to lookup and store icons.
|
Modifier and Type | Class and Description |
---|---|
class |
Gif16EclipseIconMap
An icon map implementation that uses GIF images to create icons for the icon
IDs.
|
Modifier and Type | Class and Description |
---|---|
class |
Png16VistaIconMap
An icon map implementation that uses PNG images to create icons for the icon
IDs.
|
Modifier and Type | Class and Description |
---|---|
class |
Png16XPIconMap
An icon map implementation that uses PNG images to create icons for the icon
IDs.
|
Modifier and Type | Class and Description |
---|---|
class |
Png24VistaIconMap
An icon map implementation that uses PNG images to create icons for the icon
IDs.
|
Modifier and Type | Class and Description |
---|---|
class |
Png24XPIconMap
An icon map implementation that uses PNG images to create icons for the icon
IDs.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.