public interface DockActionDistributor
DockThemes, this interface tells how to distribute the DockActions
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
DockActions that are to be shown on a target. |
DockActionSource createSource(Dockable dockable, DockActionDistributor.Target target)
DockActions that are to be shown on a target.dockable - the source of the actionstarget - where the source will be usedIllegalArgumentException - if target is unknown to this distributorCopyright © 2017 Docking Frames. All rights reserved.