Lines Matching refs:repaint

50  * This class manages repaint requests, allowing the number
52 * requests into a single repaint for members of a component tree.
54 * As of 1.6 <code>RepaintManager</code> handles repaint requests
57 * Any calls to <code>repaint</code> on one of these will call into the
153 // become lost we must repaint the whole window. To deal with that
178 * Runnable used to process all repaint/revalidate requests.
386 * @see JComponent#repaint
454 * @param c Component to repaint, null results in nothing happening.
455 * @param x X coordinate of the region to repaint
456 * @param y Y coordinate of the region to repaint
457 * @param w Width of the region to repaint
458 * @param h Height of the region to repaint
459 * @see JComponent#repaint
475 * @param window Window to repaint, null results in nothing happening.
476 * @param x X coordinate of the region to repaint
477 * @param y Y coordinate of the region to repaint
478 * @param w Width of the region to repaint
479 * @param h Height of the region to repaint
480 * @see JFrame#repaint
481 * @see JWindow#repaint
482 * @see JDialog#repaint
493 * @param applet Applet to repaint, null results in nothing happening.
494 * @param x X coordinate of the region to repaint
495 * @param y Y coordinate of the region to repaint
496 * @param w Width of the region to repaint
497 * @param h Height of the region to repaint
498 * @see JApplet#repaint
975 * repaint manager.
992 * repaint manager.
1562 * Schedules a repaint for the specified component. This differs
1563 * from <code>root.repaint</code> in that if the RepaintManager is
1573 root.repaint();
1645 * Runnable used to process all repaint/revalidate requests.