Package | Description |
---|---|
draw.palette |
Classes that model desired actions by user initiated with the mouse.
|
Modifier and Type | Field and Description |
---|---|
Action |
PaletteEntry.action |
Modifier and Type | Method and Description |
---|---|
static Action |
Action.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Action[] |
Action.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PaletteEntry(java.lang.String name,
javax.swing.Icon normal,
javax.swing.Icon selected,
Action action) |