|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GridBagComponent
Nested Class Summary | |
---|---|
static class |
GridBagComponent.ConstraintsBuilder
Deprecated. |
Method Summary | |
---|---|
void |
add(Component aComponent,
int gridx,
int gridy)
Deprecated. |
void |
add(Component aComponent,
int gridx,
int gridy,
int gridwidth,
int gridheight)
Deprecated. |
GridBagComponent |
anchor(int anchor)
Deprecated. |
GridBagComponent |
fill(int fill)
Deprecated. |
GridBagLayout |
getGridBagLayout()
Deprecated. |
GridBagComponent |
insets(Insets insets)
Deprecated. |
void |
makeColumnHeavyweight(int aCol)
Deprecated. |
void |
makeRowHeavyweight(int aRow)
Deprecated. |
Method Detail |
---|
void add(Component aComponent, int gridx, int gridy)
void add(Component aComponent, int gridx, int gridy, int gridwidth, int gridheight)
GridBagComponent anchor(int anchor)
GridBagComponent fill(int fill)
GridBagLayout getGridBagLayout()
GridBagComponent insets(Insets insets)
void makeColumnHeavyweight(int aCol)
void makeRowHeavyweight(int aRow)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |