public abstract class DockActionText extends TextValue
DockAction
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND_DOCK_ACTION
the kind of value this
UIValue is |
Constructor and Description |
---|
DockActionText(String id,
DockAction action)
Creates a new
DockActionText . |
DockActionText(String id,
DockAction action,
Path kind)
Creates a new
DockActionText . |
Modifier and Type | Method and Description |
---|---|
DockAction |
getAction()
Gets the action which is using the icon.
|
me, setController
public DockActionText(String id, DockAction action)
DockActionText
.id
- the unique identifier of the textaction
- the action using the textpublic DockActionText(String id, DockAction action, Path kind)
DockActionText
.id
- the unique identifier of the textaction
- the action using the textkind
- what kind of UIValue
this ispublic DockAction getAction()