public class BoxFormBuilder extends Object
| Constructor and Description |
|---|
BoxFormBuilder()
Default Ctor
|
BoxFormBuilder(Border border) |
BoxFormBuilder(int rowHeight) |
BoxFormBuilder(int rowHeight,
Border border) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Component c) |
void |
add(Component c,
int maxWidth) |
void |
add(String name,
Component c) |
void |
endBox() |
int |
getDefaultRowHeight() |
int |
getDefaultSpace() |
JComponent |
getForm() |
int |
getHeight() |
boolean |
isDebug() |
boolean |
isFixedHeight() |
void |
next() |
void |
reset() |
void |
row() |
void |
row(int rowHeight) |
void |
setDebug(boolean debug) |
void |
setDefaultRowHeight(int defaultRowHeight) |
void |
setDefaultSpace(int defaultSpace) |
void |
setElastic() |
void |
setFixedHeight(boolean fixedHeight) |
void |
setHeight(int height) |
void |
setMaxWidth(int i) |
void |
startBox() |
void |
startBox(Border border) |
public BoxFormBuilder()
public BoxFormBuilder(Border border)
public BoxFormBuilder(int rowHeight)
public BoxFormBuilder(int rowHeight,
Border border)
public void startBox(Border border)
public void startBox()
public void endBox()
public void add(Component c)
c - public void add(Component c, int maxWidth)
public void setMaxWidth(int i)
i - public void row()
public JComponent getForm()
public void reset()
public void next()
public int getHeight()
public void setHeight(int height)
height - public boolean isDebug()
public void setDebug(boolean debug)
debug - public boolean isFixedHeight()
public void setFixedHeight(boolean fixedHeight)
fixedHeight - public void setElastic()
public void row(int rowHeight)
rowHeight - public int getDefaultRowHeight()
public void setDefaultRowHeight(int defaultRowHeight)
defaultRowHeight - public int getDefaultSpace()
public void setDefaultSpace(int defaultSpace)
defaultSpace - Copyright © 2014 JDAL. All Rights Reserved.