Searched defs:getRegion (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/test/javax/swing/plaf/synth/
H A DTest6660049.java104 Region region = getRegion(type);
109 getRegion(JButton.class).getName();
112 private static Region getRegion(Class<? extends JComponent> type) { method in class:Test6660049
114 return SynthLookAndFeel.getRegion(type.newInstance());
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthContext.java133 public Region getRegion() { method in class:SynthContext
138 * A convenience method for <code>getRegion().isSubregion()</code>.
141 return getRegion().isSubregion();
H A DSynthViewportUI.java91 context.getRegion());
145 getRegion(c), style, state);
148 private Region getRegion(JComponent c) { method in class:SynthViewportUI
149 return SynthLookAndFeel.getRegion(c);
H A DSynthInternalFrameTitlePane.java71 SynthLookAndFeel.getRegion(c), style, state);
74 private Region getRegion(JComponent c) { method in class:SynthInternalFrameTitlePane
75 return SynthLookAndFeel.getRegion(c);
H A DRegion.java493 static Region getRegion(JComponent c) { method in class:Region
H A DSynthLookAndFeel.java257 context.getRegion());
310 public static Region getRegion(JComponent c) { method in class:SynthLookAndFeel
311 return Region.getRegion(c);
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DBaseLocale.java98 public String getRegion() { method in class:BaseLocale
H A DLanguageTag.java421 String region = baseLocale.getRegion();
561 public String getRegion() { method in class:LanguageTag
/openjdk7/jdk/src/share/classes/sun/swing/plaf/synth/
H A DSynthFileChooserUI.java84 Region region = SynthLookAndFeel.getRegion(c);
88 private Region getRegion(JComponent c) { method in class:SynthFileChooserUI
89 return SynthLookAndFeel.getRegion(c);
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWComponentPeer.java456 return computeVisibleRect(this, getRegion());
464 region = region.getIntersection(p.getRegion());
998 protected final Region getRegion() { method in class:LWComponentPeer
1279 final Region sh = getRegion();

Completed in 46 milliseconds