Searched refs:Adapter (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DAttributePropertyInfo.java61 Adapter<T,C> getAdapter();
H A DValuePropertyInfo.java34 Adapter<T,C> getAdapter();
H A DElementPropertyInfo.java122 Adapter<T,C> getAdapter();
H A DRef.java52 public final Adapter<T,C> adapter;
63 public Ref(T type, Adapter<T, C> adapter, boolean valueList) {
78 Adapter<T,C> adapter=null;
80 adapter = new Adapter<T,C>(xjta,reader,nav);
H A DAdapter.java35 * {@link Adapter} that wraps {@link XmlJavaTypeAdapter}.
39 public class Adapter<TypeT,ClassDeclT> { class
63 public Adapter( method in class:Adapter
71 public Adapter(ClassDeclT adapterType,Navigator<TypeT,ClassDeclT,?,?> nav) { method in class:Adapter
H A DReferencePropertyInfo.java123 Adapter<T,C> getAdapter();
H A DPropertyInfo.java112 Adapter<T,C> getAdapter();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DAdapter.java57 * {@link Adapter}s are extended to work with each kind of transport,
58 * and therefore {@link Adapter} class itself is not all that
68 * {@link Adapter.Toolkit} can be extended by derived classes.
73 public abstract class Adapter<TK extends Adapter.Toolkit> class in inherits:Reconfigurable,EndpointComponent
111 * Creates an {@link Adapter} that delivers
114 protected Adapter(WSEndpoint endpoint) { method in class:Adapter
142 * Gets the endpoint that this {@link Adapter} is serving.
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Util/src/com/sun/hotspot/igv/util/
H A DDoubleClickAction.java33 public class DoubleClickAction extends WidgetAction.Adapter {
H A DExtendedSelectAction.java40 public class ExtendedSelectAction extends WidgetAction.Adapter {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/actions/
H A DMouseOverAction.java35 public class MouseOverAction extends WidgetAction.Adapter {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DCAdapter.java39 import com.sun.xml.internal.bind.v2.model.core.Adapter;
42 * Extended {@link Adapter} for use within XJC.
46 public final class CAdapter extends Adapter<NType,NClass> {
H A DTypeUseFactory.java32 import com.sun.xml.internal.bind.v2.model.core.Adapter;
77 * Creates a new adapter {@link TypeUse} by using the existing {@link Adapter} class.
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DPipelineManager.h107 HRESULT D3DEnabledOnAdapter(UINT Adapter);
111 HRESULT CheckDeviceCaps(UINT Adapter);
H A DD3DPipelineManager.cpp572 for (UINT Adapter = 0; Adapter < adapterCount; Adapter++) {
574 if (FAILED(pd3d9->GetAdapterIdentifier(Adapter, 0, &aid))) {
575 pAdapters[Adapter].state = CONTEXT_INIT_FAILED;
580 J2dRlsTraceLn1(J2D_TRACE_INFO, "Adapter Ordinal : %d", Adapter);
581 J2dRlsTraceLn1(J2D_TRACE_INFO, "Adapter Handle : 0x%x",
582 pd3d9->GetAdapterMonitor(Adapter));
616 FAILED(CheckDeviceCaps(Adapter)) ||
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DTube.java33 import com.sun.xml.internal.ws.api.server.Adapter;
225 * the top-most transport {@link Adapter} if it's one-way.)
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DElementInfoImpl.java48 import com.sun.xml.internal.bind.v2.model.core.Adapter;
105 private final Adapter<T,C> adapter;
196 public Adapter<T,C> getAdapter() {
258 Adapter<T,C> a = null;
262 a = new Adapter<T,C>(adapter,reader(),nav());
267 a = new Adapter<T,C>(owner.nav.asDecl(SwaRefAdapter.class),owner.nav);
H A DPropertyInfoImpl.java48 import com.sun.xml.internal.bind.v2.model.core.Adapter;
81 private final Adapter<T,C> adapter;
114 adapter = new Adapter<T,C>(xjta,reader(),nav());
127 adapter = new Adapter<T,C>(nav().asDecl(SwaRefAdapter.class),nav());
144 adapter = new Adapter<T,C>(xjta,reader(),nav());
242 public Adapter<T,C> getAdapter() {
H A DRuntimeElementInfoImpl.java38 import com.sun.xml.internal.bind.v2.model.core.Adapter;
59 Adapter<Type,Class> a = getProperty().getAdapter();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DIterators.java81 public static abstract class Adapter<T,U> extends ReadOnly<T> { class in class:Iterators
84 public Adapter(Iterator<? extends U> core) { method in class:Iterators.Adapter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DAdaptedAccessor.java32 import com.sun.xml.internal.bind.v2.model.core.Adapter;
36 * {@link Accessor} that adapts the value by using {@link Adapter}.
H A DAccessor.java49 import com.sun.xml.internal.bind.v2.model.core.Adapter;
194 public final <T> Accessor<BeanT, T> adapt(Adapter<Type, Class> adapter) {
H A DLister.java52 import com.sun.xml.internal.bind.v2.model.core.Adapter;
117 Lister<BeanT,PropT,ItemT,PackT> create(Type fieldType,ID idness, Adapter<Type,Class> adapter) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/
H A DAttributesHolder.java111 return new Iterators.Adapter<XSAttGroupDecl,Ref.AttGroup>(attGroups.iterator()) {
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DBoundedZoomAction.java43 public class BoundedZoomAction extends WidgetAction.Adapter {

Completed in 233 milliseconds

12