|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.split.DefaultSplitLayoutManager
bibliothek.extension.gui.dock.station.split.LbSplitLayoutManager
PlaceholderStrategy to assign identifiers to the Dockables, with
these identifiers the location and size of a Dockable is stored in a much more consistent way than using the
LbSplitLayoutManager. This class/interface will be removed in a future release.
@Deprecated
@Todo(compatibility=BREAK_MINOR,
priority=ENHANCEMENT,
target=VERSION_1_1_1,
description="remove this class")
public class LbSplitLayoutManager
This SplitLayoutManager uses a SizeManager to find the size
a Dockable should get when dropping onto the SplitDockStation.
| Constructor Summary | |
|---|---|
LbSplitLayoutManager(SizeManager sizeManager)
Deprecated. Creates a new manager. |
|
| Method Summary | |
|---|---|
void |
calculateDivider(SplitDockStation station,
PutInfo putInfo,
Leaf origin)
Deprecated. Calculates the value a divider should have if the Dockable
of putInfo is added alongside of origin. |
| Methods inherited from class bibliothek.gui.dock.station.split.DefaultSplitLayoutManager |
|---|
calculateSideSnap, install, prepareDrop, prepareMove, uninstall, updateBounds, validateDivider, validateDivider, validatePutInfo, willMakeFullscreen |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LbSplitLayoutManager(SizeManager sizeManager)
sizeManager - information about the size of new Dockables| Method Detail |
|---|
public void calculateDivider(SplitDockStation station,
PutInfo putInfo,
Leaf origin)
SplitLayoutManagerDockable
of putInfo is added alongside of origin. The
result has to be stored directly in putInfo.
calculateDivider in interface SplitLayoutManagercalculateDivider in class DefaultSplitLayoutManagerstation - the station for which the calculation has to be doneputInfo - the new child of the stationorigin - a leaf of this station or null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||