Searched refs:getBorderInsets (Results 1 - 25 of 72) sorted by relevance

123

/openjdk7/jdk/src/share/classes/javax/swing/border/
H A DBorder.java82 Insets getBorderInsets(Component c); method in interface:Border
H A DAbstractBorder.java65 * that is initialized by the {@link #getBorderInsets(Component,Insets)}
73 public Insets getBorderInsets(Component c) { method in class:AbstractBorder
74 return getBorderInsets(c, new Insets(0, 0, 0, 0));
83 public Insets getBorderInsets(Component c, Insets insets) { method in class:AbstractBorder
122 insets = b.getBorderInsets(c);
H A DCompoundBorder.java118 nextInsets = outsideBorder.getBorderInsets(c);
134 public Insets getBorderInsets(Component c, Insets insets) { method in class:CompoundBorder
139 nextInsets = outsideBorder.getBorderInsets(c);
146 nextInsets = insideBorder.getBorderInsets(c);
H A DEmptyBorder.java90 public Insets getBorderInsets(Component c, Insets insets) { method in class:EmptyBorder
102 public Insets getBorderInsets() { method in class:EmptyBorder
H A DMatteBorder.java118 Insets insets = getBorderInsets(c);
164 public Insets getBorderInsets(Component c, Insets insets) { method in class:MatteBorder
172 public Insets getBorderInsets() { method in class:MatteBorder
H A DTitledBorder.java243 Insets insets = getBorderInsets(border, c, new Insets(0, 0, 0, 0));
347 public Insets getBorderInsets(Component c, Insets insets) { method in class:TitledBorder
349 insets = getBorderInsets(border, c, insets);
537 Insets insets = getBorderInsets(c);
580 Insets insets = getBorderInsets(border, c, new Insets(0, 0, 0, 0));
719 private static Insets getBorderInsets(Border border, Component c, Insets insets) { method in class:TitledBorder
725 insets = ab.getBorderInsets(c, insets);
728 Insets i = border.getBorderInsets(c);
H A DEtchedBorder.java143 public Insets getBorderInsets(Component c, Insets insets) { method in class:EtchedBorder
H A DStrokeBorder.java138 public Insets getBorderInsets(Component c, Insets insets) { method in class:StrokeBorder
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaMenuBarBorder.java59 public Insets getBorderInsets(final Component c) { method in class:AquaMenuBarBorder
H A DAquaMenuBorder.java82 public Insets getBorderInsets(final Component c) { method in class:AquaMenuBorder
H A DAquaToolBarUI.java102 public Insets getBorderInsets(final java.awt.Component c) { method in class:AquaToolBarUI.ToolBarBorder
104 return getBorderInsets(c, borderInsets);
107 public Insets getBorderInsets(final java.awt.Component c, final Insets borderInsets) { method in class:AquaToolBarUI.ToolBarBorder
H A DAquaTableHeaderBorder.java142 public Insets getBorderInsets(final Component c) { method in class:AquaTableHeaderBorder
147 public Insets getBorderInsets(final Component c, final Insets insets) { method in class:AquaTableHeaderBorder
/openjdk7/jdk/test/javax/swing/border/
H A DTest6461042.java50 public Insets getBorderInsets(Component c) { method in class:Test6461042
H A DTest7034614.java46 Insets insets = (Insets) broken.getBorderInsets(broken).clone();
47 titled.getBorderInsets(broken);
66 public Insets getBorderInsets(Component c) { method in class:Test7034614.BrokenBorder
/openjdk7/jdk/test/com/sun/java/swing/plaf/gtk/
H A DTest6963870.java26 @summary Tests that GTKPainter.ListTableFocusBorder.getBorderInsets()
55 Insets i = b.getBorderInsets(null);
57 throw new RuntimeException("getBorderInsets() returns null for " + uiName);
/openjdk7/jdk/test/javax/swing/plaf/metal/MetalBorders/
H A DTest6657026.java76 Insets actual = border.getBorderInsets(null);
87 if (!expected.equals(border.getBorderInsets(null))) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DCommentView.java129 public Insets getBorderInsets(Component c, Insets insets) { method in class:CommentView.CommentBorder
130 Insets retI = super.getBorderInsets(c, insets);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifBorders.java78 public Insets getBorderInsets(Component c, Insets insets) { method in class:MotifBorders.BevelBorder
109 public Insets getBorderInsets(Component c, Insets insets) { method in class:MotifBorders.FocusBorder
186 public Insets getBorderInsets(Component c, Insets insets) { method in class:MotifBorders.ButtonBorder
221 public Insets getBorderInsets(Component c, Insets insets) { method in class:MotifBorders.ToggleButtonBorder
246 public Insets getBorderInsets(Component c, Insets insets) { method in class:MotifBorders.MenuBarBorder
293 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MotifBorders.FrameBorder
337 new Rectangle(0, 0, getBorderInsets(c).left, height);
362 width - getBorderInsets(c).right, 0,
363 getBorderInsets(c).right, height);
368 int startX = width - getBorderInsets(
707 public Insets getBorderInsets(Component c, Insets insets) { method in class:MotifBorders.MotifPopupMenuBorder
[all...]
H A DMotifDesktopIconUI.java172 w += border.getBorderInsets(iframe).left +
173 border.getBorderInsets(iframe).right;
174 h += border.getBorderInsets(iframe).bottom +
175 border.getBorderInsets(iframe).top;
H A DMotifToggleButtonUI.java121 Insets i = border != null? border.getBorderInsets(c) : new Insets(0,0,0,0);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicBorders.java205 public Insets getBorderInsets(Component c, Insets insets) { method in class:BasicBorders.RolloverMarginBorder
262 public Insets getBorderInsets(Component c, Insets insets) { method in class:BasicBorders.ButtonBorder
285 public Insets getBorderInsets(Component c, Insets insets) { method in class:BasicBorders.ToggleButtonBorder
321 public Insets getBorderInsets(Component c, Insets insets) { method in class:BasicBorders.RadioButtonBorder
347 public Insets getBorderInsets(Component c, Insets insets) { method in class:BasicBorders.MenuBarBorder
354 public Insets getBorderInsets(Component c, Insets insets) { method in class:BasicBorders.MarginBorder
401 public Insets getBorderInsets(Component c, Insets insets) { method in class:BasicBorders.FieldBorder
469 public Insets getBorderInsets(Component c) { method in class:BasicBorders.SplitPaneDividerBorder
594 public Insets getBorderInsets(Component c) { method in class:BasicBorders.SplitPaneBorder
H A DBasicDesktopIconUI.java157 dim.height += border.getBorderInsets(frame).bottom +
158 border.getBorderInsets(frame).top;
177 return border.getBorderInsets(iframe);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalBorders.java70 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.Flush3DBorder
184 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.ButtonBorder
241 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.InternalFrameBorder
302 public Insets getBorderInsets(Component c, Insets newInsets) method in class:MetalBorders.FrameBorder
395 public Insets getBorderInsets(Component c, Insets newInsets) method in class:MetalBorders.DialogBorder
459 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.PaletteBorder
520 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.OptionDialogBorder
552 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.MenuBarBorder
604 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.MenuItemBorder
628 public Insets getBorderInsets(Componen method in class:MetalBorders.PopupMenuBorder
661 public Insets getBorderInsets(Component c, Insets insets) { method in class:MetalBorders.RolloverMarginBorder
730 public Insets getBorderInsets(Component c, Insets newInsets) { method in class:MetalBorders.ToolBarBorder
871 public Insets getBorderInsets(Component c, Insets insets) { method in class:MetalBorders.ScrollPaneBorder
943 public Insets getBorderInsets(Component c, Insets insets) { method in class:MetalBorders.TableHeaderBorder
[all...]
H A DMetalComboBoxEditor.java114 public Insets getBorderInsets(Component c, Insets insets) { method in class:MetalComboBoxEditor.EditorBorder
/openjdk7/jdk/src/share/classes/javax/swing/plaf/
H A DBorderUIResource.java116 public Insets getBorderInsets(Component c) { method in class:BorderUIResource
117 return delegate.getBorderInsets(c);

Completed in 610 milliseconds

123