|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.awt.GridBagLayout
org.montsuqi.widgets.TableLayout
public class TableLayout
A layout manager that simulates Gtk+'s table's layout strategy by using GridBagLayout.
| Field Summary |
|---|
| Fields inherited from class java.awt.GridBagLayout |
|---|
columnWeights, columnWidths, comptable, defaultConstraints, layoutInfo, MAXGRIDSIZE, MINSIZE, PREFERREDSIZE, rowHeights, rowWeights |
| Constructor Summary | |
|---|---|
TableLayout()
|
|
| Method Summary | |
|---|---|
void |
addLayoutComponent(java.awt.Component comp,
java.lang.Object object)
|
static void |
main(java.lang.String[] args)
|
void |
setConstraints(java.awt.Component comp,
TableConstraints constraints)
|
| Methods inherited from class java.awt.GridBagLayout |
|---|
addLayoutComponent, adjustForGravity, AdjustForGravity, arrangeGrid, ArrangeGrid, getConstraints, getLayoutAlignmentX, getLayoutAlignmentY, getLayoutDimensions, getLayoutInfo, GetLayoutInfo, getLayoutOrigin, getLayoutWeights, getMinSize, GetMinSize, invalidateLayout, layoutContainer, location, lookupConstraints, maximumLayoutSize, minimumLayoutSize, preferredLayoutSize, removeLayoutComponent, setConstraints, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TableLayout()
| Method Detail |
|---|
public void addLayoutComponent(java.awt.Component comp,
java.lang.Object object)
addLayoutComponent in interface java.awt.LayoutManager2addLayoutComponent in class java.awt.GridBagLayout
public void setConstraints(java.awt.Component comp,
TableConstraints constraints)
public static void main(java.lang.String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||