|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.memoire.bu
Class BuUpdateGUI

java.lang.Objectcom.memoire.bu.BuUpdateGUI
- public class BuUpdateGUI
- extends java.lang.Object
A way to safely repaint a component. This code is very slow under 1.4 so it is all commented (or maybe it is an XFree bug ?).
| Constructor Summary | |
BuUpdateGUI()
|
|
| Method Summary | |
static void |
repaintLater(javax.swing.JComponent _c)
|
static void |
repaintNow(javax.swing.JComponent _c)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
BuUpdateGUI
public BuUpdateGUI()
| Method Detail |
repaintNow
public static void repaintNow(javax.swing.JComponent _c)
repaintLater
public static void repaintLater(javax.swing.JComponent _c)
|
|||||||||
| Home >> All >> com >> memoire >> [ bu overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.memoire.bu.BuUpdateGUI