Cell<?> |
Composite.addCell() |
Cell<JLabel> |
Composite.addCell(ImageIcon icon,
String text) |
Cell<JLabel> |
Composite.addCell(String text) |
<T extends Component> Cell<T> |
Composite.addCell(T widget) |
Cell<org.cuberact.swing.layout.Stack> |
Composite.addStack(Component... widgets) |
Cell<T> |
Cell.align(int align)
|
Cell<T> |
Cell.colspan(int colspan) |
Cell<?> |
Composite.defaults() |
Cell<T> |
Cell.expand() |
Cell<T> |
Cell.expand(boolean x,
boolean y) |
Cell<T> |
Cell.expandX() |
Cell<T> |
Cell.expandY() |
Cell<T> |
Cell.fill() |
Cell<T> |
Cell.fill(boolean x,
boolean y) |
Cell<T> |
Cell.fillX() |
Cell<T> |
Cell.fillY() |
<T extends Component> Cell<T> |
Composite.getCell(T widget) |
Cell<T> |
Cell.height(Integer height) |
Cell<T> |
Cell.maxHeight(Integer maxHeight) |
Cell<T> |
Cell.maxSize(Integer width,
Integer height) |
Cell<T> |
Cell.maxWidth(Integer maxWidth) |
Cell<T> |
Cell.minHeight(Integer minHeight) |
Cell<T> |
Cell.minSize(Integer width,
Integer height) |
Cell<T> |
Cell.minWidth(Integer minWidth) |
Cell<T> |
Cell.pad(int pad) |
Cell<T> |
Cell.pad(int top,
int left,
int bottom,
int right) |
Cell<T> |
Cell.padBottom(int padBottom) |
Cell<T> |
Cell.padLeft(int padLeft) |
Cell<T> |
Cell.padRight(int padRight) |
Cell<T> |
Cell.padTop(int padTop) |
Cell<T> |
Cell.prefHeight(Integer prefHeight) |
Cell<T> |
Cell.prefSize(Integer width,
Integer height) |
Cell<T> |
Cell.prefWidth(Integer prefWidth) |
Cell<?> |
Composite.row() |
Cell<T> |
Cell.rowEnd(boolean rowEnd) |
Cell<T> |
Cell.size(Integer width,
Integer height) |
Cell<T> |
Cell.space(int space) |
Cell<T> |
Cell.space(int top,
int left,
int bottom,
int right) |
Cell<T> |
Cell.spaceBottom(int spaceBottom) |
Cell<T> |
Cell.spaceLeft(int spaceLeft) |
Cell<T> |
Cell.spaceRight(int spaceRight) |
Cell<T> |
Cell.spaceTop(int spaceTop) |
Cell<T> |
Cell.uniform() |
Cell<T> |
Cell.uniform(boolean x,
boolean y) |
Cell<T> |
Cell.uniformX() |
Cell<T> |
Cell.uniformY() |
Cell<T> |
Cell.width(Integer width) |