|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.extension.gui.dock.theme.flat.FlatCombiner
public class FlatCombiner
A Combiner
normally used by the FlatTheme
to replace the
default combiner.
Constructor Summary | |
---|---|
FlatCombiner()
|
Method Summary | |
---|---|
Dockable |
combine(Dockable old,
Dockable drop,
DockStation parent)
Merges the Dockable old and drop into
a new Dockable. |
protected StackDockStation |
createStackDockStation(DockTheme theme)
Creates a new StackDockStation which will be populated
with two Dockables . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FlatCombiner()
Method Detail |
---|
public Dockable combine(Dockable old, Dockable drop, DockStation parent)
Combiner
old
and drop
into
a new Dockable.
combine
in interface Combiner
old
- a Dockable which sits on the DockStation parent
drop
- a Dockable that has currently no parent, and that was
dragged over old
parent
- a DockStation which will become the parent of the
returnvalue of this method
old
and drop
protected StackDockStation createStackDockStation(DockTheme theme)
StackDockStation
which will be populated
with two Dockables
.
theme
- The theme that the station will have, might be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |