public interface ScreenDockWindowConfiguration
ScreenDockWindowConfiguration is a strategy creating WindowConfigurations
for all children of a ScreenDockStation.| Modifier and Type | Method and Description |
|---|---|
WindowConfiguration |
getConfiguration(ScreenDockStation station,
Dockable dockable)
Creates a new configuration for a
ScreenDockWindow that is going to show
dockable. |
WindowConfiguration getConfiguration(ScreenDockStation station, Dockable dockable)
ScreenDockWindow that is going to show
dockable. This configuration is only used to set up the new ScreenDockWindow,
any further modifications will not affect the window. A ScreenDockWindowFactory or a
ScreenDockWindow might ignore some parts or the entire configuration, although the default
implementations all try to follow the configuration.station - the future or current parent of dockabledockable - the element which is going to be shownnull if a default configuration should be usedCopyright © 2017 Docking Frames. All rights reserved.