public class StackDockComponentRepresentative extends Object
DockElementRepresentative
that is created by a StackDockComponent. It also registers the representative
at a DockController.| Constructor and Description |
|---|
StackDockComponentRepresentative() |
| Modifier and Type | Method and Description |
|---|---|
void |
setComponent(StackDockComponent component)
Sets the factory that creates new
DockElementRepresentatives. |
void |
setController(DockController controller)
Sets the controller to which new
DockElementRepresentatives should
be added. |
void |
setTarget(DockElement target)
Sets the target to which new
DockElementRepresentatives point. |
public void setComponent(StackDockComponent component)
DockElementRepresentatives.component - the new factory, can be nullpublic void setController(DockController controller)
DockElementRepresentatives should
be added.controller - the new controller, can be nullpublic void setTarget(DockElement target)
DockElementRepresentatives point.target - the new target, can be nullCopyright © 2017 Docking Frames. All rights reserved.