public interface GridNode<D>
AbstractSplitDockGrid, represents a stack of Dockables
and their position.| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
List<D> getDockables()
Dockable of this node.D getSelected()
getDockables().nullCopyright © 2017 Docking Frames. All rights reserved.