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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DSunToolkit.java57 public abstract class SunToolkit extends Toolkit class in inherits:Toolkit,WindowClosingSupport,WindowClosingListener,ComponentFactory,InputMethodSupport,KeyboardFocusManagerPeerProvider
61 // 8014736: logging has been removed from SunToolkit
127 public SunToolkit() { method in class:SunToolkit
211 * in SunToolkit so that they can be called from shared code (e.g.
229 * assert !SunToolkit.isAWTLockHeldByCurrentThread();
230 * SunToolkit.awtLock();
235 * SunToolkit.awtUnlock();
482 ((SunToolkit)Toolkit.getDefaultToolkit()).
594 * <code>SunToolkit.getDefaultToolkit()</code> as a target of the
1080 * SunToolkit subclasse
[all...]

Completed in 41 milliseconds