public static enum StylesheetHelper.MouseEventEnum extends Enum<StylesheetHelper.MouseEventEnum>
| Enum Constant and Description |
|---|
mousedown |
mouseout |
mouseover |
mouseup |
| Modifier and Type | Method and Description |
|---|---|
String |
getProperty(int i) |
static StylesheetHelper.MouseEventEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StylesheetHelper.MouseEventEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StylesheetHelper.MouseEventEnum mouseover
public static final StylesheetHelper.MouseEventEnum mouseout
public static final StylesheetHelper.MouseEventEnum mousedown
public static final StylesheetHelper.MouseEventEnum mouseup
public static StylesheetHelper.MouseEventEnum[] values()
for (StylesheetHelper.MouseEventEnum c : StylesheetHelper.MouseEventEnum.values()) System.out.println(c);
public static StylesheetHelper.MouseEventEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getProperty(int i)
Copyright © 2008–2017 Ultreia.io. All rights reserved.