public class DefaultDockStationComponentRootHandler extends DockComponentRootHandler
Component
s when discovering a DockableDisplayer
DockComponentRootHandler.TraverseResult
Constructor and Description |
---|
DefaultDockStationComponentRootHandler(DockComponentRoot root,
DisplayerCollection displayers)
Creates a new handler.
|
Modifier and Type | Method and Description |
---|---|
protected DockComponentRootHandler.TraverseResult |
shouldTraverse(java.awt.Component component)
Tells whether
component should be visited and configured. |
addRoot, getConfiguration, removeRoot, setConfiguration, setController
public DefaultDockStationComponentRootHandler(DockComponentRoot root, DisplayerCollection displayers)
root
- the components represented by this
, not null
displayers
- all the DockableDisplayer
s, not null
protected DockComponentRootHandler.TraverseResult shouldTraverse(java.awt.Component component)
DockComponentRootHandler
component
should be visited and configured.shouldTraverse
in class DockComponentRootHandler
component
- the component to checkcomponent