public interface DockComponentRoot
DockComponentRoot is a representation of a set of Components, these Components can be configured
by a client by applying a DockComponentConfiguration. DockComponentRoots may be nested, but
the intersection of the sets of Components 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
Components (and maybe their children) of this DockComponentRoot. |
void setComponentConfiguration(DockComponentConfiguration configuration)
Components (and maybe their children) of this DockComponentRoot.configuration - the new configuration or null.DockComponentConfiguration getComponentConfiguration()
nullCopyright © 2017 Docking Frames. All rights reserved.