Searched defs:Toolkit (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/server/
H A DAdapter.java63 * For managing resources, an adapter uses an object called {@link Toolkit}
68 * {@link Adapter.Toolkit} can be extended by derived classes.
73 public abstract class Adapter<TK extends Adapter.Toolkit>
81 public class Toolkit { class in class:Adapter
91 public Toolkit() { method in class:Adapter.Toolkit
98 * Pool of {@link Toolkit}s.
122 * The pool instance needs to be recreated to prevent reuse of old Toolkit instances.
166 * Creates a {@link Toolkit} instance.
170 * to {@link Toolkit}, simply implement this as {@code new Toolkit()}
[all...]
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DToolkit.java38 public final class Toolkit { class
43 private Toolkit() { method in class:Toolkit
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java65 * implementations of the Abstract Window Toolkit. Subclasses of
66 * the <code>Toolkit</code> class are used to bind the various components
105 * class directly. The methods defined by <code>Toolkit</code> are
109 * <code>Toolkit</code> query the native operating system directly.
116 public abstract class Toolkit { class
528 if (this != Toolkit.getDefaultToolkit()) {
529 return Toolkit.getDefaultToolkit().isDynamicLayoutSet();
565 if (this != Toolkit.getDefaultToolkit()) {
566 return Toolkit.getDefaultToolkit().isDynamicLayoutActive();
609 if (this != Toolkit
[all...]

Completed in 31 milliseconds