Searched defs:getInsets (Results 26 - 39 of 39) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicComboBoxUI.java344 padding = UIManager.getInsets("ComboBox.padding");
923 Insets insets = getInsets();
957 Insets insets = c.getInsets();
1170 Insets insets = getInsets();
1190 protected Insets getInsets() { method in class:BasicComboBoxUI
1191 return comboBox.getInsets();
1903 Insets insets = getInsets();
1907 Insets arrowInsets = arrowButton.getInsets();
H A DBasicToolBarUI.java1439 public Insets getInsets() { method in class:BasicToolBarUI.DragWindow
H A DBasicSplitPaneUI.java787 Insets insets = splitPane.getInsets();
953 Insets insets = splitPane.getInsets();
990 Insets insets = splitPane.getInsets();
1018 Insets insets = splitPane.getInsets();
1111 public Insets getInsets(JComponent jc) { method in class:BasicSplitPaneUI
1317 Insets insets = splitPane.getInsets();
1447 Insets insets = splitPane.getInsets();
1480 Insets insets = splitPane.getInsets();
2127 Insets insets = splitPane.getInsets();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DImagePainter.java107 public Insets getInsets(Insets insets) { method in class:ImagePainter
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCFileDialog.java239 public Insets getInsets() { method in class:CFileDialog
H A DCPlatformWindow.java443 public Insets getInsets() { method in class:CPlatformWindow
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDecoratedPeer.java341 Insets dimInsets = dimensions.getInsets();
350 correctWM = XWM.getWM().getInsets(this, xe.get_window(), xe.get_parent());
456 public Insets getInsets() { method in class:XDecoratedPeer
498 Insets insets = newDimensions.getInsets();
546 Insets in = newDimensions.getInsets();
698 Insets correctWM = (parent != -1) ? XWM.getWM().getInsets(this, window, parent) : null;
H A DXWM.java1491 Insets getInsets(XDecoratedPeer win, long window, long parent) { method in class:XWM
H A DXComponentPeer.java792 public Insets getInsets() { method in class:XComponentPeer
804 * DEPRECATED: Replaced by getInsets().
808 return getInsets();
H A DXWindowPeer.java526 public Insets getInsets() { method in class:XWindowPeer
551 * DEPRECATED: Replaced by getInsets().
554 return getInsets();
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWWindowPeer.java208 updateInsets(platformWindow.getInsets());
421 public Insets getInsets() { method in class:LWWindowPeer
677 final boolean invalid = updateInsets(platformWindow.getInsets());
/openjdk7/jdk/src/share/classes/sun/swing/
H A DFilePane.java1051 public Insets getInsets(Insets i) { method in class:FilePane.DetailsTableCellRenderer
1053 i = super.getInsets(i);
/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java374 public Insets getInsets() { method in class:Container
380 * replaced by <code>getInsets()</code>.
387 return (Insets)cpeer.getInsets().clone();
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJComponent.java1817 * border's insets; otherwise calls <code>super.getInsets</code>.
1822 public Insets getInsets() { method in class:JComponent
1826 return super.getInsets();
1839 * @see #getInsets
1843 public Insets getInsets(Insets insets) { method in class:JComponent
1856 // super.getInsets() always returns an Insets object with

Completed in 120 milliseconds

12