|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 interface SizeManager
This manager knows the preferred size of some Dockables, compared
to the size of their parent node in a SplitDockStation.
| Method Summary | |
|---|---|
double |
getSize(Dockable dockable)
Deprecated. Gets the size that dockable should have compared to the
size of its parent Node in a SplitDockStation. |
| Method Detail |
|---|
double getSize(Dockable dockable)
dockable should have compared to the
size of its parent Node in a SplitDockStation. The result
of this method is multiplied with the size of the node in order to get
the final size of dockable.
dockable - some element whose size is requested
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||