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

12

/openjdk7/jdk/src/share/classes/java/awt/peer/
H A DContainerPeer.java47 Insets getInsets(); method in interface:ContainerPeer
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPanelPeer.java55 public Insets getInsets() { method in class:WPanelPeer
95 * DEPRECATED: Replaced by getInsets().
98 return getInsets();
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifToggleButtonUI.java105 Insets insets = b.getInsets();
119 public Insets getInsets(JComponent c) { method in class:MotifToggleButtonUI
H A DMotifDesktopPaneUI.java70 public Insets getInsets(JComponent c) {return new Insets(0,0,0,0);} method in class:MotifDesktopPaneUI
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLookup.java145 public static Insets getInsets(JComponent c, ComponentUI ui, String key, method in class:DefaultLookup
155 public static Insets getInsets(JComponent c, ComponentUI ui, String key) { method in class:DefaultLookup
156 return getInsets(c, ui, key, null);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXPanelPeer.java60 public Insets getInsets() { method in class:XPanelPeer
127 * DEPRECATED: Replaced by getInsets().
130 return getInsets();
H A DWindowDimensions.java118 public Insets getInsets() { method in class:WindowDimensions
H A DXScrollPanePeer.java124 public Insets getInsets() { method in class:XScrollPanePeer
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthStyle.java865 public Insets getInsets(SynthContext context, Insets insets) { method in class:SynthStyle
913 c.setBorder(new SynthBorder(ui, getInsets(context, null)));
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaComboBoxRenderer.java56 // - the popup-size calc will get checkIcon space from getInsets
134 public Insets getInsets(Insets insets) { method in class:AquaComboBoxRendererInternal
H A DAquaInternalFrameDockIconUI.java108 public Insets getInsets(final JComponent c) { method in class:AquaInternalFrameDockIconUI
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWContainerPeer.java96 public Insets getInsets() { method in class:LWContainerPeer
H A DPlatformWindow.java82 public Insets getInsets(); method in interface:PlatformWindow
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopIconUI.java173 public Insets getInsets(JComponent c) { method in class:BasicDesktopIconUI
255 Insets i = desktopIcon.getInsets();
H A DBasicSplitPaneDivider.java251 * border's insets, else calls super.getInsets.
256 public Insets getInsets() { method in class:BasicSplitPaneDivider
262 return super.getInsets();
714 Insets insets = splitPane.getInsets();
833 Insets insets = splitPane.getInsets();
901 Insets insets = getInsets();
970 Insets insets = getInsets();
1023 Insets insets = splitPane.getInsets();
/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DNimbusStyle.java480 @Override public Insets getInsets(SynthContext ctx, Insets in) { method in class:NimbusStyle
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DDefaultSynthStyle.java307 public Insets getInsets(SynthContext state, Insets to) { method in class:DefaultSynthStyle
/openjdk7/jdk/src/share/classes/javax/swing/
H A DUIDefaults.java600 public Insets getInsets(Object key) { method in class:UIDefaults
617 public Insets getInsets(Object key, Locale l) { method in class:UIDefaults
H A DUIManager.java894 public static Insets getInsets(Object key) { method in class:UIManager
895 return getDefaults().getInsets(key);
911 public static Insets getInsets(Object key, Locale l) { method in class:UIManager
912 return getDefaults().getInsets(key,l);
H A DJViewport.java578 public final Insets getInsets() { method in class:JViewport
590 * @see #getInsets
594 public final Insets getInsets(Insets insets) { method in class:JViewport
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformEmbeddedFrame.java138 public Insets getInsets() { method in class:CPlatformEmbeddedFrame
H A DCViewPlatformEmbeddedFrame.java111 public Insets getInsets() { method in class:CViewPlatformEmbeddedFrame
/openjdk7/jdk/src/share/demo/jfc/FileChooserDemo/
H A DFileChooserDemo.java846 public Insets getInsets() { method in class:FileChooserDemo.InsetPanel
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java217 public Insets getInsets() { method in class:NullComponentPeer
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKStyle.java313 public Insets getInsets(SynthContext state, Insets insets) { method in class:GTKStyle

Completed in 126 milliseconds

12