Package | Description |
---|---|
com.dlsc.flexgantt.icons |
This package deals with anything related to icons.
|
Modifier and Type | Method and Description |
---|---|
static IconId |
IconId.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IconId[] |
IconId.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Icon |
IIconMap.getDisabledIcon(IconId id)
Returns a disabled version of the icon for the given ID.
|
static Icon |
IconRegistry.getDisabledIcon(IconId id)
Returns the disabled version of the icon specified by the given ID.
|
Icon |
AbstractIconMap.getDisabledIcon(IconId id) |
Icon |
IIconMap.getIcon(IconId id)
Returns an icon for the given ID.
|
static Icon |
IconRegistry.getIcon(IconId id)
Returns the icon specified by the given ID.
|
Icon |
AbstractIconMap.getIcon(IconId id) |
static Image |
IconRegistry.getImage(IconId id)
Returns the image specified by the given ID.
|
void |
IIconMap.setIcon(IconId id,
Icon icon)
Sets an icon for the given icon ID.
|
static void |
IconRegistry.setIcon(IconId id,
Icon icon)
Specifies a new icon for the given ID.
|
void |
AbstractIconMap.setIcon(IconId id,
Icon icon)
Specifies a new icon for the given ID.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.