Lines Matching defs:getLayoutInfo
417 * @see #getLayoutInfo(Container, int)
730 GridBagLayoutInfo info = getLayoutInfo(parent, PREFERREDSIZE);
744 GridBagLayoutInfo info = getLayoutInfo(parent, MINSIZE);
909 protected GridBagLayoutInfo getLayoutInfo(Container parent, int sizeflag) {
977 * #getLayoutInfo(java.awt.Container, int) getLayoutInfo} instead.
978 * This method is the same as <code>getLayoutInfo</code>;
979 * refer to <code>getLayoutInfo</code> for details on parameters
1534 } //getLayoutInfo()
1974 * master based on the information from <code>getLayoutInfo</code>.
2065 info = getLayoutInfo(parent, PREFERREDSIZE);
2069 info = getLayoutInfo(parent, MINSIZE);