Package | Description |
---|---|
bibliothek.gui.dock.component |
Modifier and Type | Method and Description |
---|---|
protected DockComponentRootHandler.TraverseResult |
DefaultDockStationComponentRootHandler.shouldTraverse(Component component) |
protected abstract DockComponentRootHandler.TraverseResult |
DockComponentRootHandler.shouldTraverse(Component component)
Tells whether
component should be visited and configured. |
static DockComponentRootHandler.TraverseResult |
DockComponentRootHandler.TraverseResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DockComponentRootHandler.TraverseResult[] |
DockComponentRootHandler.TraverseResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|