|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.dishevelled.iconbundle.IconState
public final class IconState
Typesafe enumeration of icon states.
| Field Summary | |
|---|---|
static IconState |
ACTIVE
Active icon state. |
static IconState |
DISABLED
Disabled icon state. |
static IconState |
DRAGGING
Dragging icon state. |
static IconState |
MOUSEOVER
Mouseover icon state. |
static IconState |
NORMAL
Normal icon state. |
static IconState |
SELECTED
Selected icon state. |
static java.util.List |
VALUES
Public list of enumeration values. |
| Method Summary | |
|---|---|
boolean |
isActive()
Return true if this icon state is IconState.ACTIVE. |
boolean |
isDisabled()
Return true if this icon state is IconState.DISABLED. |
boolean |
isDragging()
Return true if this icon state is IconState.DRAGGING. |
boolean |
isMouseover()
Return true if this icon state is IconState.MOUSEOVER. |
boolean |
isNormal()
Return true if this icon state is IconState.NORMAL. |
boolean |
isSelected()
Return true if this icon state is IconState.SELECTED. |
java.lang.String |
toString()
Return the state name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final IconState NORMAL
public static final IconState ACTIVE
public static final IconState MOUSEOVER
public static final IconState SELECTED
public static final IconState DRAGGING
public static final IconState DISABLED
public static final java.util.List VALUES
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean isNormal()
IconState.NORMAL.
IconState.NORMALpublic boolean isActive()
IconState.ACTIVE.
IconState.ACTIVEpublic boolean isMouseover()
IconState.MOUSEOVER.
IconState.MOUSEOVERpublic boolean isSelected()
IconState.SELECTED.
IconState.SELECTEDpublic boolean isDragging()
IconState.DRAGGING.
IconState.DRAGGINGpublic boolean isDisabled()
IconState.DISABLED.
IconState.DISABLED
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||