Searched refs:GridBagLayoutInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DGridBagLayoutInfo.java29 * The {@code GridBagLayoutInfo} is an utility class for
37 public class GridBagLayoutInfo implements java.io.Serializable { class in inherits:java.io.Serializable
61 * Creates an instance of GridBagLayoutInfo representing {@code GridBagLayout}
67 GridBagLayoutInfo(int width, int height) { method in class:GridBagLayoutInfo
H A DGridBagLayout.java366 * @see java.awt.GridBagLayoutInfo
431 protected GridBagLayoutInfo layoutInfo;
742 GridBagLayoutInfo info = getLayoutInfo(parent, PREFERREDSIZE);
756 GridBagLayoutInfo info = getLayoutInfo(parent, MINSIZE);
835 * protected void dumpLayoutInfo(GridBagLayoutInfo s) {
899 * Fills in an instance of {@code GridBagLayoutInfo} for the
918 * @return the {@code GridBagLayoutInfo} for the set of children
921 protected GridBagLayoutInfo getLayoutInfo(Container parent, int sizeflag) {
991 * Fills in an instance of {@code GridBagLayoutInfo} for the
998 * @return the {@code GridBagLayoutInfo} fo
[all...]

Completed in 91 milliseconds