| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _IMAGE_SELECTED
Integer value of enum value "IMAGE_SELECTED" |
| static final ImageFlags | IMAGE_SELECTED
Object value of enum value "IMAGE_SELECTED" |
| static final int | _IMAGE_DISABLED
Integer value of enum value "IMAGE_DISABLED" |
| static final ImageFlags | IMAGE_DISABLED
Object value of enum value "IMAGE_DISABLED" |
| static final int | _ImageFlags_null
Enum null value. |
| Method Summary | |
|---|---|
| static ImageFlags | FromInt
(int value)
Creates enum object from an integer. |
| static ImageFlags | FromInt
(Integer value)
Creates enum object from an integer object. |
| int | getValue
()
Returns enum object value as an integer. |
| Method Detail |
|---|
| getValue |
|---|
| int | getValue | () |
Returns enum object value as an integer.
|
| FromInt |
|---|
| static ImageFlags | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ImageFlags | FromInt | (Integer value) |
Creates enum object from an integer object.
|