|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IconState | |
|---|---|
| org.dishevelled.iconbundle | Bundles of variants for icon images. |
| org.dishevelled.iconbundle.impl | Implementations of the IconBundle interface. |
| Uses of IconState in org.dishevelled.iconbundle |
|---|
| Fields in org.dishevelled.iconbundle declared as IconState | |
|---|---|
static IconState |
IconState.ACTIVE
Active icon state. |
static IconState |
IconState.DISABLED
Disabled icon state. |
static IconState |
IconState.DRAGGING
Dragging icon state. |
static IconState |
IconState.MOUSEOVER
Mouseover icon state. |
static IconState |
IconState.NORMAL
Normal icon state. |
static IconState |
IconState.SELECTED
Selected icon state. |
static IconState |
IconState.SELECTED_MOUSEOVER
Selected mouseover icon state. |
| Methods in org.dishevelled.iconbundle with parameters of type IconState | |
|---|---|
Image |
IconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
| Uses of IconState in org.dishevelled.iconbundle.impl |
|---|
| Methods in org.dishevelled.iconbundle.impl that return IconState | |
|---|---|
IconState |
IconBundleKey.getState()
Return the icon state of this key. |
| Methods in org.dishevelled.iconbundle.impl with parameters of type IconState | |
|---|---|
Image |
ShapeIconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
Image |
PNGIconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
Image |
CachingIconBundle.getImage(Component component,
IconTextDirection direction,
IconState state,
IconSize size)
Return an icon image in the specified icon text direction, size, and state suitable for the specified component. |
| Constructors in org.dishevelled.iconbundle.impl with parameters of type IconState | |
|---|---|
IconBundleKey(IconTextDirection direction,
IconState state,
IconSize size)
Create a new compound key with the specified icon text direction, icon state, and icon size. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||