Searched defs:getPreferredGap (Results 1 - 5 of 5) 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
/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/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/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/windows/
H A DWindowsLookAndFeel.java2487 public int getPreferredGap(JComponent component1, method in class:WindowsLookAndFeel.WindowsLayoutStyle
2491 super.getPreferredGap(component1, component2, type, position,

Completed in 55 milliseconds