public interface DockActionDistributor
DockTheme
s, this interface tells how to distribute the DockAction
s
between tabs
, titles
and info components
.Modifier and Type | Interface and Description |
---|---|
static class |
DockActionDistributor.Target
Represents one place where a
DockActionSource can be used. |
Modifier and Type | Method and Description |
---|---|
DockActionSource |
createSource(Dockable dockable,
DockActionDistributor.Target target)
Creates a selection of the
DockAction s that are to be shown on a target . |
DockActionSource createSource(Dockable dockable, DockActionDistributor.Target target)
DockAction
s that are to be shown on a target
.dockable
- the source of the actionstarget
- where the source will be usedjava.lang.IllegalArgumentException
- if target
is unknown to this distributor