Searched refs:getContext (Results 1 - 25 of 258) sorted by relevance

1234567891011

/openjdk7/jdk/src/share/classes/java/beans/
H A DPropertyEditorManager.java79 ThreadGroupContext.getContext().getPropertyEditorFinder().register(targetType, editorClass);
90 return ThreadGroupContext.getContext().getPropertyEditorFinder().find(targetType);
102 return ThreadGroupContext.getContext().getPropertyEditorFinder().getPackages();
123 ThreadGroupContext.getContext().getPropertyEditorFinder().setPackages(path);
/openjdk7/jdk/src/share/classes/sun/java2d/pipe/hw/
H A DBufferedContextProvider.java44 public BufferedContext getContext(); method in interface:BufferedContextProvider
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/
H A DThreadProxy.java56 public ThreadContext getContext() throws IllegalThreadStateException; method in interface:ThreadProxy
63 to getContext(). It is only valid to call this method if the
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/
H A DResponse.java51 Map<String,Object> getContext(); method in interface:Response
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthColorChooserUI.java65 SynthContext context = getContext(chooser, ENABLED);
86 SynthContext context = getContext(c, ENABLED);
96 SynthContext context = getContext(chooser, ENABLED);
126 public SynthContext getContext(JComponent c) { method in class:SynthColorChooserUI
127 return getContext(c, getComponentState(c));
130 private SynthContext getContext(JComponent c, int state) { method in class:SynthColorChooserUI
131 return SynthContext.getContext(SynthContext.class, c,
153 SynthContext context = getContext(c);
173 SynthContext context = getContext(c);
H A DSynthMenuBarUI.java77 SynthContext context = getContext(c, ENABLED);
94 SynthContext context = getContext(menuBar, ENABLED);
114 public SynthContext getContext(JComponent c) { method in class:SynthMenuBarUI
115 return getContext(c, getComponentState(c));
118 private SynthContext getContext(JComponent c, int state) { method in class:SynthMenuBarUI
119 return SynthContext.getContext(SynthContext.class, c,
141 SynthContext context = getContext(c);
161 SynthContext context = getContext(c);
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 DSynthPopupMenuUI.java71 SynthContext context = getContext(c, ENABLED);
97 SynthContext context = getContext(popupMenu, ENABLED);
121 public SynthContext getContext(JComponent c) { method in class:SynthPopupMenuUI
122 return getContext(c, getComponentState(c));
125 private SynthContext getContext(JComponent c, int state) { method in class:SynthPopupMenuUI
126 return SynthContext.getContext(SynthContext.class, c,
148 SynthContext context = getContext(c);
168 SynthContext context = getContext(c);
H A DSynthRootPaneUI.java67 SynthContext context = getContext(root, ENABLED);
78 public SynthContext getContext(JComponent c) { method in class:SynthRootPaneUI
79 return getContext(c, getComponentState(c));
82 private SynthContext getContext(JComponent c, int state) { method in class:SynthRootPaneUI
83 return SynthContext.getContext(SynthContext.class, c,
92 SynthContext context = getContext(c, ENABLED);
118 SynthContext context = getContext(c);
138 SynthContext context = getContext(c);
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 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 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 DSynthUI.java44 public SynthContext getContext(JComponent c); method in interface:SynthUI
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 DSynthScrollBarUI.java79 SynthContext context = getContext(c, ENABLED);
129 context = getContext(c, Region.SCROLL_BAR_TRACK, ENABLED);
133 context = getContext(c, Region.SCROLL_BAR_THUMB, ENABLED);
161 SynthContext context = getContext(scrollbar, ENABLED);
166 context = getContext(scrollbar, Region.SCROLL_BAR_TRACK, ENABLED);
171 context = getContext(scrollbar, Region.SCROLL_BAR_THUMB, ENABLED);
183 public SynthContext getContext(JComponent c) { method in class:SynthScrollBarUI
184 return getContext(c, SynthLookAndFeel.getComponentState(c));
187 private SynthContext getContext(JComponent c, int state) { method in class:SynthScrollBarUI
188 return SynthContext.getContext(SynthContex
192 private SynthContext getContext(JComponent c, Region region) { method in class:SynthScrollBarUI
196 private SynthContext getContext(JComponent c, Region region, int state) { method in class:SynthScrollBarUI
[all...]
H A DSynthInternalFrameUI.java102 SynthContext context = getContext(c, ENABLED);
125 SynthContext context = getContext(frame, ENABLED);
139 public SynthContext getContext(JComponent c) { method in class:SynthInternalFrameUI
140 return getContext(c, getComponentState(c));
143 private SynthContext getContext(JComponent c, int state) { method in class:SynthInternalFrameUI
144 return SynthContext.getContext(SynthContext.class, c,
210 SynthContext context = getContext(c);
230 SynthContext context = getContext(c);
273 SynthContext context = getContext(f, ENABLED);
H A DSynthDesktopIconUI.java120 SynthContext context = getContext(c, ENABLED);
130 SynthContext context = getContext(desktopIcon, ENABLED);
140 public SynthContext getContext(JComponent c) { method in class:SynthDesktopIconUI
141 return getContext(c, getComponentState(c));
144 private SynthContext getContext(JComponent c, int state) { method in class:SynthDesktopIconUI
146 return SynthContext.getContext(SynthContext.class, c, region,
168 SynthContext context = getContext(c);
188 SynthContext context = getContext(c);
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,
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DThreadContext.java161 for (ThreadContext context = getContext();
216 ThreadContext oldContext = getContext();
232 return getContext();
259 for (ThreadContext context = getContext();
311 if (getContext() != null)
316 private static ThreadContext getContext() { method in class:ThreadContext
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/
H A DForeignAttributes.java54 ValidationContext getContext(); method in interface:ForeignAttributes
/openjdk7/jdk/src/share/classes/sun/java2d/opengl/
H A DOGLGraphicsConfig.java40 OGLContext getContext(); method in interface:OGLGraphicsConfig
/openjdk7/jdk/src/share/classes/javax/script/
H A DCompiledScript.java66 * then the effect of calling this method is same as that of eval(getEngine().getContext()).
79 ScriptContext ctxt = getEngine().getContext();
99 * The effect of calling this method is same as that of eval(getEngine().getContext()).
106 return eval(getEngine().getContext());
/openjdk7/jdk/test/javax/security/auth/Subject/
H A DGeneric.java43 AccessController.getContext());
47 AccessController.getContext());
/openjdk7/jdk/test/javax/script/
H A DStringWriterPrintTest.java43 engine.getContext().setWriter(sw);

Completed in 53 milliseconds

1234567891011