|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbibliothek.gui.dock.facile.station.split.LockedResizeLayoutManager.ResizeElement
bibliothek.gui.dock.facile.station.split.LockedResizeLayoutManager.ResizeRoot
protected class LockedResizeLayoutManager.ResizeRoot
Represents a Root
.
Constructor Summary | |
---|---|
LockedResizeLayoutManager.ResizeRoot(Root root)
Creates a new root-element |
Method Summary | |
---|---|
void |
adapt(double deltaWidth,
double deltaHeight)
Adapts the size of the children of this element given the size change the parent could provide. |
protected LockedResizeLayoutManager.ResizeRequest |
createRequest()
Creates the initial request of changed sizes. |
LockedResizeLayoutManager.ResizeElement |
getChild()
Gets the one child of this root |
protected LockedResizeLayoutManager.ResizeElement[] |
getChildren()
Gets the children of this element. |
LockedResizeLayoutManager.ResizeRoot |
getResizeRoot()
Gets the root of this tree. |
Root |
getRoot()
Gets the root which is represented by this root-element. |
Methods inherited from class bibliothek.gui.dock.facile.station.split.LockedResizeLayoutManager.ResizeElement |
---|
getParent, getRequest, prepareRequests, prepareResize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LockedResizeLayoutManager.ResizeRoot(Root root)
root
- the root which is represented by this root-elementMethod Detail |
---|
public Root getRoot()
public LockedResizeLayoutManager.ResizeRoot getResizeRoot()
LockedResizeLayoutManager.ResizeElement
getResizeRoot
in class LockedResizeLayoutManager.ResizeElement
public LockedResizeLayoutManager.ResizeElement getChild()
null
protected LockedResizeLayoutManager.ResizeElement[] getChildren()
LockedResizeLayoutManager.ResizeElement
getChildren
in class LockedResizeLayoutManager.ResizeElement
null
protected LockedResizeLayoutManager.ResizeRequest createRequest()
LockedResizeLayoutManager.ResizeElement
createRequest
in class LockedResizeLayoutManager.ResizeElement
null
public void adapt(double deltaWidth, double deltaHeight)
LockedResizeLayoutManager.ResizeElement
adapt
in class LockedResizeLayoutManager.ResizeElement
deltaWidth
- the change of this elements widthdeltaHeight
- the change of this elements height
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |