Modifier and Type | Field and Description |
---|---|
static Path |
KIND_DOCK_ACTION
the kind of value this
UIValue is |
Constructor and Description |
---|
DockActionIcon(java.lang.String id,
DockAction action)
Creates a new
DockActionIcon . |
DockActionIcon(java.lang.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(java.lang.String id, DockAction action)
DockActionIcon
.id
- the unique identifier of the iconaction
- the action using the iconpublic DockActionIcon(java.lang.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()