Searched defs:getContext (Results 51 - 75 of 113) sorted by relevance

12345

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthListUI.java73 SynthContext context = getContext(c);
132 SynthContext context = getContext(list, ENABLED);
175 SynthContext context = getContext(list, ENABLED);
186 public SynthContext getContext(JComponent c) { method in class:SynthListUI
187 return getContext(c, getComponentState(c));
190 private SynthContext getContext(JComponent c, int state) { method in class:SynthListUI
191 return SynthContext.getContext(SynthContext.class, c,
H A DSynthMenuItemUI.java93 SynthContext context = getContext(mi, ENABLED);
129 SynthContext accContext = getContext(mi, Region.MENU_ITEM_ACCELERATOR,
141 SynthContext context = getContext(menuItem, ENABLED);
146 SynthContext accContext = getContext(menuItem,
168 public SynthContext getContext(JComponent c) { method in class:SynthMenuItemUI
169 return getContext(c, getComponentState(c));
172 SynthContext getContext(JComponent c, int state) { method in class:SynthMenuItemUI
173 return SynthContext.getContext(SynthContext.class, c,
177 SynthContext getContext(JComponent c, Region region) { method in class:SynthMenuItemUI
178 return getContext(
181 private SynthContext getContext(JComponent c, Region region, int state) { method in class:SynthMenuItemUI
[all...]
H A DSynthMenuUI.java77 SynthContext context = getContext(mi, ENABLED);
115 SynthContext accContext = getContext(mi, Region.MENU_ITEM_ACCELERATOR,
141 SynthContext context = getContext(menuItem, ENABLED);
146 SynthContext accContext = getContext(menuItem,
168 public SynthContext getContext(JComponent c) { method in class:SynthMenuUI
169 return getContext(c, getComponentState(c));
172 SynthContext getContext(JComponent c, int state) { method in class:SynthMenuUI
174 return SynthContext.getContext(SynthContext.class, c, region,
178 SynthContext getContext(JComponent c, Region region) { method in class:SynthMenuUI
179 return getContext(
182 private SynthContext getContext(JComponent c, Region region, int state) { method in class:SynthMenuUI
[all...]
H A DSynthOptionPaneUI.java76 SynthContext context = getContext(c, ENABLED);
99 SynthContext context = getContext(optionPane, ENABLED);
125 SynthContext context = getContext(optionPane, ENABLED);
138 public SynthContext getContext(JComponent c) { method in class:SynthOptionPaneUI
139 return getContext(c, getComponentState(c));
142 private SynthContext getContext(JComponent c, int state) { method in class:SynthOptionPaneUI
143 return SynthContext.getContext(SynthContext.class, c,
165 SynthContext context = getContext(c);
185 SynthContext context = getContext(c);
260 SynthContext context = getContext(optionPan
[all...]
H A DSynthPanelUI.java108 SynthContext context = getContext(p, ENABLED);
116 SynthContext context = getContext(c, ENABLED);
125 public SynthContext getContext(JComponent c) { method in class:SynthPanelUI
126 return getContext(c, getComponentState(c));
129 private SynthContext getContext(JComponent c, int state) { method in class:SynthPanelUI
130 return SynthContext.getContext(SynthContext.class, c,
152 SynthContext context = getContext(c);
172 SynthContext context = getContext(c);
H A DSynthSeparatorUI.java87 SynthContext context = getContext(sep, ENABLED);
114 SynthContext context = getContext(c, ENABLED);
151 SynthContext context = getContext(c);
173 SynthContext context = getContext(c);
209 SynthContext context = getContext(c);
246 public SynthContext getContext(JComponent c) { method in class:SynthSeparatorUI
247 return getContext(c, SynthLookAndFeel.getComponentState(c));
250 private SynthContext getContext(JComponent c, int state) { method in class:SynthSeparatorUI
251 return SynthContext.getContext(SynthContext.class, c,
H A DSynthSplitPaneUI.java120 SynthContext context = getContext(splitPane, Region.SPLIT_PANE_DIVIDER,
126 context = getContext(splitPane, ENABLED);
179 SynthContext context = getContext(splitPane, ENABLED);
185 context = getContext(splitPane, Region.SPLIT_PANE_DIVIDER, ENABLED);
207 public SynthContext getContext(JComponent c) { method in class:SynthSplitPaneUI
208 return getContext(c, SynthLookAndFeel.getComponentState(c));
211 private SynthContext getContext(JComponent c, int state) { method in class:SynthSplitPaneUI
212 return SynthContext.getContext(SynthContext.class, c,
216 SynthContext getContext(JComponent c, Region region) { method in class:SynthSplitPaneUI
217 return getContext(
220 private SynthContext getContext(JComponent c, Region region, int state) { method in class:SynthSplitPaneUI
[all...]
H A DSynthTableHeaderUI.java79 SynthContext context = getContext(c, ENABLED);
109 SynthContext context = getContext(header, ENABLED);
139 SynthContext context = getContext(c);
159 SynthContext context = getContext(c);
191 public SynthContext getContext(JComponent c) { method in class:SynthTableHeaderUI
192 return getContext(c, SynthLookAndFeel.getComponentState(c));
195 private SynthContext getContext(JComponent c, int state) { method in class:SynthTableHeaderUI
196 return SynthContext.getContext(SynthContext.class, c,
H A DSynthTextAreaUI.java84 SynthContext context = getContext(getComponent(), ENABLED);
96 SynthContext context = getContext(comp, ENABLED);
116 public SynthContext getContext(JComponent c) { method in class:SynthTextAreaUI
117 return getContext(c, SynthLookAndFeel.getComponentState(c));
120 private SynthContext getContext(JComponent c, int state) { method in class:SynthTextAreaUI
121 return SynthContext.getContext(SynthContext.class, c,
139 SynthContext context = getContext(c);
H A DSynthTextFieldUI.java68 SynthContext context = getContext(comp, ENABLED);
154 public SynthContext getContext(JComponent c) { method in class:SynthTextFieldUI
155 return getContext(c, SynthLookAndFeel.getComponentState(c));
158 private SynthContext getContext(JComponent c, int state) { method in class:SynthTextFieldUI
159 return SynthContext.getContext(SynthContext.class, c,
177 SynthContext context = getContext(c);
259 SynthContext context = getContext(getComponent(), ENABLED);
H A DSynthViewportUI.java84 SynthContext context = getContext(c, ENABLED);
129 SynthContext context = getContext(c, ENABLED);
139 public SynthContext getContext(JComponent c) { method in class:SynthViewportUI
140 return getContext(c, SynthLookAndFeel.getComponentState(c));
143 private SynthContext getContext(JComponent c, int state) { method in class:SynthViewportUI
144 return SynthContext.getContext(SynthContext.class, c,
166 SynthContext context = getContext(c);
203 SynthContext context = getContext(c);
H A DSynthButtonUI.java77 SynthContext context = getContext(b, SynthConstants.ENABLED);
125 SynthContext context = getContext(b, ENABLED);
136 public SynthContext getContext(JComponent c) { method in class:SynthButtonUI
137 return getContext(c, getComponentState(c));
140 SynthContext getContext(JComponent c, int state) { method in class:SynthButtonUI
142 return SynthContext.getContext(SynthContext.class, c, region,
211 SynthContext context = getContext(b);
253 SynthContext context = getContext(c);
272 SynthContext context = getContext(c);
324 SynthContext context = getContext(
[all...]
H A DSynthDesktopPaneUI.java116 SynthContext context = getContext(c, ENABLED);
143 SynthContext context = getContext(desktop, ENABLED);
428 public SynthContext getContext(JComponent c) { method in class:SynthDesktopPaneUI
429 return getContext(c, getComponentState(c));
432 private SynthContext getContext(JComponent c, int state) { method in class:SynthDesktopPaneUI
433 return SynthContext.getContext(SynthContext.class, c,
455 SynthContext context = getContext(c);
475 SynthContext context = getContext(c);
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DNamingManager.java429 static Context getContext(Object obj, Name name, Context nameCtx, method in class:NamingManager
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java74 ScriptContext getContext() { method in class:ExternalScriptable
/openjdk7/jdk/src/macosx/classes/apple/applescript/
H A DAppleScriptEngine.java196 public ScriptContext getContext() { method in class:AppleScriptEngine
267 return eval(reader, getContext());
279 final Bindings tmp = getContext().getBindings(ScriptContext.ENGINE_SCOPE);
280 getContext().setBindings(bindings, ScriptContext.ENGINE_SCOPE);
282 getContext().setBindings(tmp, ScriptContext.ENGINE_SCOPE);
339 return eval(script, getContext());
350 final Bindings tmp = getContext().getBindings(ScriptContext.ENGINE_SCOPE);
351 getContext().setBindings(bindings, ScriptContext.ENGINE_SCOPE);
354 getContext().setBindings(tmp, ScriptContext.ENGINE_SCOPE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DInterningXmlVisitor.java81 public UnmarshallingContext getContext() { method in class:InterningXmlVisitor
82 return next.getContext();
H A DMTOMDecorator.java124 public UnmarshallingContext getContext() { method in class:MTOMDecorator
125 return next.getContext();
H A DValidatingUnmarshaller.java63 validator.setErrorHandler(new FatalAdapter(getContext()));
118 public UnmarshallingContext getContext() { method in class:ValidatingUnmarshaller
119 return next.getContext();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDDataPattern.java93 public Context getContext() { method in class:DDataPattern.Param
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/ssl/X509TrustManagerImpl/
H A DCertRequestOverflow.java95 getContext(true).getServerSocketFactory();
153 SSLSocketFactory sslsf = getContext(false).getSocketFactory();
179 private SSLContext getContext(boolean server) throws Exception { method in class:CertRequestOverflow
H A DX509ExtendedTMEnabled.java95 getContext(true).getServerSocketFactory();
147 SSLSocketFactory sslsf = getContext(false).getSocketFactory();
177 private SSLContext getContext(boolean server) throws Exception { method in class:X509ExtendedTMEnabled
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/
H A DLinkInfo.java118 public abstract int getContext(); method in class:LinkInfo
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DPendingFuture.java103 Object getContext() { method in class:PendingFuture
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/config/
H A DXmlConfigUtils.java294 return getContext().createUnmarshaller();
299 final Marshaller m = getContext().createMarshaller();
309 private static synchronized JAXBContext getContext() throws JAXBException { method in class:XmlConfigUtils

Completed in 69 milliseconds

12345