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

/openjdk7/jdk/src/share/classes/sun/awt/
H A DPaintEventDispatcher.java32 * PaintEventDispatcher is responsible for dispatching PaintEvents. There
33 * can be only one PaintEventDispatcher active at a particular time.
36 public class PaintEventDispatcher { class
40 private static PaintEventDispatcher dispatcher;
43 * Sets the current <code>PaintEventDispatcher</code>.
45 * @param dispatcher PaintEventDispatcher
48 PaintEventDispatcher dispatcher) {
49 synchronized(PaintEventDispatcher.class) {
50 PaintEventDispatcher.dispatcher = dispatcher;
55 * Returns the currently active <code>PaintEventDispatcher</cod
[all...]

Completed in 606 milliseconds