|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.facile.station.split.ResizeElement<T>
bibliothek.gui.dock.facile.station.split.ResizeLeaf<T>
public class ResizeLeaf<T>
Represents a Leaf.
| Constructor Summary | |
|---|---|
ResizeLeaf(LockedResizeLayoutManager<T> layout,
ResizeElement<T> parent,
Leaf leaf)
Creates a new leaf 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 ResizeRequest |
createRequest()
Creates the initial request of changed sizes. |
protected ResizeElement<T>[] |
getChildren()
Gets the children of this element. |
Leaf |
getLeaf()
Gets the leaf which is represented by this leaf-element. |
void |
prepareResize()
Called before the bounds of a tree are updated, can be used to store some properties that are later needed to create the ResizeRequest. |
| Methods inherited from class bibliothek.gui.dock.facile.station.split.ResizeElement |
|---|
getLayout, getParent, getRequest, getResizeRoot, isValid, prepareRequests |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ResizeLeaf(LockedResizeLayoutManager<T> layout,
ResizeElement<T> parent,
Leaf leaf)
layout - the layout manager that uses this leafsparent - the parent of this nodeleaf - the leaf that is represented by this element| Method Detail |
|---|
public Leaf getLeaf()
protected ResizeRequest createRequest()
ResizeElement
createRequest in class ResizeElement<T>nullpublic void prepareResize()
ResizeElementResizeRequest.
prepareResize in class ResizeElement<T>protected ResizeElement<T>[] getChildren()
ResizeElement
getChildren in class ResizeElement<T>null
public void adapt(double deltaWidth,
double deltaHeight)
ResizeElement
adapt in class ResizeElement<T>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 | |||||||||