|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.GridBagLayout
aloneinterfaces.MonLayout
public class MonLayout
Window organisation (layout) or panel. Useful for Interface's use.
Graphical class
Interface,
Serialized Form| Field Summary | |
|---|---|
private java.awt.Dimension |
dimUnitaire
Unit Dimension. |
private static long |
serialVersionUID
Serial number (46). |
private int |
taille
Length. |
| Fields inherited from class java.awt.GridBagLayout |
|---|
columnWeights, columnWidths, comptable, defaultConstraints, layoutInfo, MAXGRIDSIZE, MINSIZE, PREFERREDSIZE, rowHeights, rowWeights |
| Constructor Summary | |
|---|---|
MonLayout()
|
|
| Method Summary | |
|---|---|
void |
setTaille(java.awt.Container conteneur,
int taille)
To change the length of this layout. |
void |
XYposition(java.awt.Container conteneur,
javax.swing.JComponent composant,
int x,
int y,
int largeur,
int hauteur)
To change item position. |
| Methods inherited from class java.awt.GridBagLayout |
|---|
addLayoutComponent, 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 |
| Field Detail |
|---|
private static final long serialVersionUID
private int taille
private java.awt.Dimension dimUnitaire
| Constructor Detail |
|---|
public MonLayout()
| Method Detail |
|---|
public void setTaille(java.awt.Container conteneur,
int taille)
conteneur - Containertaille - int
public void XYposition(java.awt.Container conteneur,
javax.swing.JComponent composant,
int x,
int y,
int largeur,
int hauteur)
conteneur - Container (parent item)composant - JComponent (active component)x - int (position relative)y - int (position relative)largeur - int (width)hauteur - int (height)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||