Modifier and Type | Field and Description |
---|---|
static Path |
KIND_DOCK_ACTION
the kind of value this
UIValue is |
Constructor and Description |
---|
DockActionIcon(String id,
DockAction action)
Creates a new
DockActionIcon . |
DockActionIcon(String id,
DockAction action,
Path kind)
Creates a new
DockActionIcon . |
Modifier and Type | Method and Description |
---|---|
DockAction |
getAction()
Gets the action which is using the icon.
|
me, setController
public DockActionIcon(String id, DockAction action)
DockActionIcon
.id
- the unique identifier of the iconaction
- the action using the iconpublic DockActionIcon(String id, DockAction action, Path kind)
DockActionIcon
.id
- the unique identifier of the iconaction
- the action using the iconkind
- what kind of UIValue
this ispublic DockAction getAction()