public interface DockComponentRoot
DockComponentRoot
is a representation of a set of Component
s, these Component
s can be configured
by a client by applying a DockComponentConfiguration
. DockComponentRoot
s may be nested, but
the intersection of the sets of Component
s of two roots should be empty.Modifier and Type | Method and Description |
---|---|
DockComponentConfiguration |
getComponentConfiguration()
Gets the currently applied configuration.
|
void |
setComponentConfiguration(DockComponentConfiguration configuration)
Sets a configuration which is to be applied to all
Component s (and maybe their children) of this DockComponentRoot . |
void setComponentConfiguration(DockComponentConfiguration configuration)
Component
s (and maybe their children) of this DockComponentRoot
.configuration
- the new configuration or null
.DockComponentConfiguration getComponentConfiguration()
null