|
||||||||||
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.ResizeNode
protected class LockedResizeLayoutManager.ResizeNode
Represents a Node
.
Constructor Summary | |
---|---|
LockedResizeLayoutManager.ResizeNode(LockedResizeLayoutManager.ResizeElement parent,
Node node)
Creates a new node-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. |
protected LockedResizeLayoutManager.ResizeElement[] |
getChildren()
Gets the children of this element. |
protected double |
getDividerHeight()
Gets the space that a divider needs in the height. |
protected double |
getDividerWidth()
Gets the space that a divider needs in the width. |
LockedResizeLayoutManager.ResizeElement |
getLeft()
Gets the left or top child of this node |
Node |
getNode()
Gets the node that is represented by this element |
LockedResizeLayoutManager.ResizeElement |
getRight()
Gets the right or bottom child of this node |
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 LockedResizeLayoutManager.ResizeRequest . |
Methods inherited from class bibliothek.gui.dock.facile.station.split.LockedResizeLayoutManager.ResizeElement |
---|
getParent, getRequest, getResizeRoot, prepareRequests |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LockedResizeLayoutManager.ResizeNode(LockedResizeLayoutManager.ResizeElement parent, Node node)
parent
- the parent of this nodenode
- the node that is represented by this node-elementMethod Detail |
---|
public Node getNode()
public LockedResizeLayoutManager.ResizeElement getLeft()
public LockedResizeLayoutManager.ResizeElement getRight()
protected LockedResizeLayoutManager.ResizeElement[] getChildren()
LockedResizeLayoutManager.ResizeElement
getChildren
in class LockedResizeLayoutManager.ResizeElement
null
public void prepareResize()
LockedResizeLayoutManager.ResizeElement
LockedResizeLayoutManager.ResizeRequest
.
prepareResize
in class LockedResizeLayoutManager.ResizeElement
protected double getDividerWidth()
protected double getDividerHeight()
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 |