Searched refs:getPreferredGap (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/
H A DLayoutStyle.java87 * <code>LayoutStyle</code> method <code>getPreferredGap</code>. Refer to
90 * @see LayoutStyle#getPreferredGap(JComponent,JComponent,
145 * int gap = getPreferredGap(component1, component2,
189 public abstract int getPreferredGap(JComponent component1, method in class:LayoutStyle
H A DGroupLayout.java3153 return getLayoutStyle0().getPreferredGap(source,
3311 padding = p.getPreferredGap(
/openjdk7/jdk/test/javax/swing/GroupLayout/7071166/
H A Dbug7071166.java27 * @summary LayoutStyle.getPreferredGap() - IAE is expected but not thrown
55 layoutStyle.getPreferredGap(new JButton(), new JButton(),
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java49 public int getPreferredGap(JComponent component1, JComponent component2, method in class:DefaultLayoutStyle
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalLookAndFeel.java2370 public int getPreferredGap(JComponent component1, method in class:MetalLookAndFeel.MetalLayoutStyle
2374 super.getPreferredGap(component1, component2, type, position,
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKLookAndFeel.java1690 public int getPreferredGap(JComponent component1, method in class:GTKLookAndFeel.GnomeLayoutStyle
1694 super.getPreferredGap(component1, component2, type, position,
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsLookAndFeel.java2487 public int getPreferredGap(JComponent component1, method in class:WindowsLookAndFeel.WindowsLayoutStyle
2491 super.getPreferredGap(component1, component2, type, position,

Completed in 80 milliseconds