Searched defs:getLayoutInfo (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DGridBagLayout.java417 * @see #getLayoutInfo(Container, int)
730 GridBagLayoutInfo info = getLayoutInfo(parent, PREFERREDSIZE);
744 GridBagLayoutInfo info = getLayoutInfo(parent, MINSIZE);
909 protected GridBagLayoutInfo getLayoutInfo(Container parent, int sizeflag) { method in class:GridBagLayout
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</cod
[all...]

Completed in 1344 milliseconds