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

/frameworks/base/awt/java/awt/
H A DToolkit.java62 * The Toolkit class is the representation of the platform-specific Abstract
63 * Window Toolkit implementation. Toolkit's subclasses are used to bind the
68 public abstract class Toolkit { class
195 Toolkit.this.setDesktopProperty(name, value);
316 * Gets the default Toolkit.
318 * @return the default Toolkit.
320 public static Toolkit getDefaultToolkit() {
325 Toolkit defToolkit = ContextStorage.getDefaultToolkit();
347 * @return the default Font for Toolkit
403 public Toolkit() { method in class:Toolkit
[all...]

Completed in 106 milliseconds