public class CDefaultDockActionDistributor extends DefaultDockActionDistributor
DockAction
is shown at which place, places are
DockTitle
s, tabs and info-components placed alongside tabs.DockActionDistributor.Target
Constructor and Description |
---|
CDefaultDockActionDistributor() |
Modifier and Type | Method and Description |
---|---|
protected DockActionSource |
createInfoSource(DockActionSource source)
Creates a new
DockActionSource for the DockActionDistributor.Target DockActionDistributor.Target.INFO_COMPONENT . |
protected DockActionSource |
createTabSource(DockActionSource source)
Creates a new
DockActionSource for the DockActionDistributor.Target DockActionDistributor.Target.TAB . |
protected DockActionSource |
createTitleSource(DockActionSource source)
Creates a new
DockActionSource for the DockActionDistributor.Target DockActionDistributor.Target.TITLE or for
those actions that are not marked with any annotation. |
createSource
protected DockActionSource createTabSource(DockActionSource source)
DefaultDockActionDistributor
DockActionSource
for the DockActionDistributor.Target
DockActionDistributor.Target.TAB
.createTabSource
in class DefaultDockActionDistributor
source
- the basic actionsprotected DockActionSource createInfoSource(DockActionSource source)
DefaultDockActionDistributor
DockActionSource
for the DockActionDistributor.Target
DockActionDistributor.Target.INFO_COMPONENT
.createInfoSource
in class DefaultDockActionDistributor
source
- the basic actionsprotected DockActionSource createTitleSource(DockActionSource source)
DefaultDockActionDistributor
DockActionSource
for the DockActionDistributor.Target
DockActionDistributor.Target.TITLE
or for
those actions that are not marked with any annotation.createTitleSource
in class DefaultDockActionDistributor
source
- the basic actions