|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.station.stack.action.DefaultDockActionDistributor
bibliothek.gui.dock.common.action.util.CDefaultDockActionDistributor
public class CDefaultDockActionDistributor
This class decides which DockAction
is shown at which place, places are
DockTitle
s, tabs and info-components placed alongside tabs.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface bibliothek.gui.dock.station.stack.action.DockActionDistributor |
---|
DockActionDistributor.Target |
Constructor Summary | |
---|---|
CDefaultDockActionDistributor()
|
Method Summary | |
---|---|
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. |
Methods inherited from class bibliothek.gui.dock.station.stack.action.DefaultDockActionDistributor |
---|
createSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CDefaultDockActionDistributor()
Method Detail |
---|
protected DockActionSource createTabSource(DockActionSource source)
DefaultDockActionDistributor
DockActionSource
for the DockActionDistributor.Target
DockActionDistributor.Target.TAB
.
createTabSource
in class DefaultDockActionDistributor
source
- the basic actions
protected DockActionSource createInfoSource(DockActionSource source)
DefaultDockActionDistributor
DockActionSource
for the DockActionDistributor.Target
DockActionDistributor.Target.INFO_COMPONENT
.
createInfoSource
in class DefaultDockActionDistributor
source
- the basic actions
protected 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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |