| Library | Package | Frames | Expand | Java Toolkit |
| Field Summary | |
|---|---|
| static final int | _BUTTON_STYLE_TOOL
Integer value of enum value "BUTTON_STYLE_TOOL" |
| static final ButtonStyle | BUTTON_STYLE_TOOL
Object value of enum value "BUTTON_STYLE_TOOL" |
| static final int | _BUTTON_STYLE_FLAT
Integer value of enum value "BUTTON_STYLE_FLAT" |
| static final ButtonStyle | BUTTON_STYLE_FLAT
Object value of enum value "BUTTON_STYLE_FLAT" |
| static final int | _BUTTON_STYLE_LINK
Integer value of enum value "BUTTON_STYLE_LINK" |
| static final ButtonStyle | BUTTON_STYLE_LINK
Object value of enum value "BUTTON_STYLE_LINK" |
| static final int | _BUTTON_STYLE_TOGGLE
Integer value of enum value "BUTTON_STYLE_TOGGLE" |
| static final ButtonStyle | BUTTON_STYLE_TOGGLE
Object value of enum value "BUTTON_STYLE_TOGGLE" |
| static final int | _BUTTON_STYLE_CHECK
Integer value of enum value "BUTTON_STYLE_CHECK" |
| static final ButtonStyle | BUTTON_STYLE_CHECK
Object value of enum value "BUTTON_STYLE_CHECK" |
| static final int | _ButtonStyle_null
Enum null value. |
| Method Summary | |
|---|---|
| static ButtonStyle | FromInt
(int value)
Creates enum object from an integer. |
| static ButtonStyle | 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 ButtonStyle | FromInt | (int value) |
Creates enum object from an integer.
|
| FromInt |
|---|
| static ButtonStyle | FromInt | (Integer value) |
Creates enum object from an integer object.
|