|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GridNode<D>
A node of an AbstractSplitDockGrid, represents a stack of Dockables
and their position.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
double getX()
double getY()
double getWidth()
double getHeight()
List<D> getDockables()
Dockable of this node.
D getSelected()
getDockables().
nullList<Path> getPlaceholders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||