|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.split.SplitNode
bibliothek.gui.dock.station.split.VisibleSplitNode
bibliothek.gui.dock.station.split.SpanSplitNode
public abstract class SpanSplitNode
A SplitNode that also stores some Spans.
| Field Summary |
|---|
| Fields inherited from class bibliothek.gui.dock.station.split.SplitNode |
|---|
height, width, x, y |
| Constructor Summary | |
|---|---|
protected |
SpanSplitNode(SplitDockAccess access,
long id)
Creates a new node. |
| Method Summary | |
|---|---|
void |
createSpans()
Creates or re-creates the Spans used by this Leaf. |
Span[] |
getSpans()
Gets the Spans that are currently used by this Leaf. |
abstract void |
onSpanResize()
Called if a Span of this node changed its size |
| Methods inherited from class bibliothek.gui.dock.station.split.VisibleSplitNode |
|---|
getCurrentBounds, updateBounds |
| Methods inherited from class bibliothek.gui.dock.station.split.SplitNode |
|---|
above, addPlaceholder, aside, aside, create, create, createLeaf, createNode, createPlaceholder, delete, ensureIdUnique, ensureIdUniqueAsync, evolve, getAccess, getBounds, getChild, getChildLocation, getDividerNode, getHeight, getId, getLeaf, getMaxChildrenCount, getMinimumSize, getParent, getPlaceholderMap, getPlaceholderNode, getPlaceholders, getPreferredSize, getPut, getRoot, getSize, getStation, getTotalChildrenCount, getVisible, getWidth, getX, getY, hasPlaceholder, hasPlaceholders, insert, insert, intersection, isInOverrideZone, isOfUse, isVisible, movePlaceholderMap, relativeSidePut, removePlaceholder, removePlaceholders, replace, setBounds, setChild, setParent, setPlaceholderMap, setPlaceholders, split, split, submit, toString, toString, treeChanged, visit |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected SpanSplitNode(SplitDockAccess access,
long id)
access - access ot the SplitDockStationid - a unique identifier for this node| Method Detail |
|---|
@FrameworkOnly public void createSpans()
Spans used by this Leaf. This method should not be called
by clients.
@FrameworkOnly public Span[] getSpans()
Spans that are currently used by this Leaf. This method should not be called
by clients.
null@FrameworkOnly public abstract void onSpanResize()
Span of this node changed its size
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||