public interface GridNode<D>
AbstractSplitDockGrid
, represents a stack of Dockable
s
and their position.Modifier and Type | Method and Description |
---|---|
java.util.List<D> |
getDockables()
Gets an unmodifiable list containing all the
Dockable of this node. |
double |
getHeight()
Gets the height, relative to all the other nodes.
|
java.util.List<Path> |
getPlaceholders()
Gets all the placeholders associated with this node.
|
D |
getSelected()
Gets the one dockable that is selected, must be part of
getDockables() . |
double |
getWidth()
Gets the width, relative to all the other nodes.
|
double |
getX()
Gets the x-coordinate, relative to all the other nodes.
|
double |
getY()
Gets the y-coordinate, relative to all the other nodes.
|
double getX()
double getY()
double getWidth()
double getHeight()
java.util.List<D> getDockables()
Dockable
of this node.D getSelected()
getDockables()
.null
java.util.List<Path> getPlaceholders()