|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.stack.StackDockComponentRepresentative
public class StackDockComponentRepresentative
This utility class keeps track of the current DockElementRepresentative
that is created by a StackDockComponent. It also registers the representative
at a DockController.
| Constructor Summary | |
|---|---|
StackDockComponentRepresentative()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackDockComponentRepresentative()
| Method Detail |
|---|
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 null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||