|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.neu.ccs.gui.Refresh
Class Refresh encapsulates methods for graphics refresh.
Class Refresh cannot be instantiated.
| Field Summary | |
private static Hashtable |
windowHashtable
The hash table to collect windows being pack to prevent recursive calls to packParentWindow for the same window. |
| Constructor Summary | |
private |
Refresh()
Private constructor to prevent instantiation. |
| Method Summary | |
static void |
packParentWindow(JComponent component)
Revalidates the given component, packs its parent window, and then repaints the component. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private static Hashtable windowHashtable
| Constructor Detail |
private Refresh()
| Method Detail |
public static void packParentWindow(JComponent component)
Revalidates the given component, packs its parent window, and then repaints the component.
As of 2.3.3, prevents indirect recursive calls to this method that attempt to pack the same window object.
component - the component whose parent window should be packed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||