|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.doolin.gui.layout.TableLayoutService
public class TableLayoutService
Layouts component using a two-columns table.
| Constructor Summary | |
|---|---|
TableLayoutService()
|
|
| Method Summary | |
|---|---|
void |
add(JPanel panel,
JComponent component,
Object constraint)
Adds a component to a panel using the given
constraint. |
protected JComponent |
decorate(JComponent component)
Decorates a component before it is put in the layout. |
String |
getColumnSpecs()
Gets the column specifications for a row |
void |
init(JPanel panel)
Initializes a panel for layout |
void |
setColumnSpecs(String columnSpecs)
Sets the column specifications for a row |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableLayoutService()
| Method Detail |
|---|
public void add(JPanel panel,
JComponent component,
Object constraint)
LayoutServicecomponent to a panel using the given
constraint.
add in interface LayoutServicepanel - Containercomponent - Component to addconstraint - Constraint for the positionprotected JComponent decorate(JComponent component)
component - Component to decorate
public void init(JPanel panel)
LayoutService
init in interface LayoutServicepanel - Panel to initialize.public String getColumnSpecs()
FormLayoutpublic void setColumnSpecs(String columnSpecs)
columnSpecs - Column specificationFormLayout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||