public class RMTableRowLayout extends RMSpringLayout
| Constructor and Description |
|---|
RMTableRowLayout() |
| Modifier and Type | Method and Description |
|---|---|
protected double |
computePrefHeight(double aWidth)
Override to optimize structured case.
|
RMTableRow |
getParent()
Returns the parent as table row.
|
protected void |
layoutChildren()
Performs layout.
|
void |
reset()
Override to do nothing if structured.
|
addLayoutChild, clone, computePrefWidth, propertyChange, removeLayoutChild, setParentpublic RMTableRow getParent()
getParent in class RMShapeLayoutpublic void reset()
reset in class RMSpringLayoutprotected void layoutChildren()
layoutChildren in class RMSpringLayoutprotected double computePrefHeight(double aWidth)
computePrefHeight in class RMSpringLayout