public interface ActionDockBorder extends DockBorder
BorderModifier
that is used by a component that shows a DockAction
.Modifier and Type | Field and Description |
---|---|
static Path |
KIND
the kind of
UIValue this is |
Modifier and Type | Method and Description |
---|---|
DockAction |
getAction()
Gets the action which is represented by this border.
|
Dockable |
getDockable()
Gets the element which owns the action.
|
DockAction getAction()
Dockable getDockable()