|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--Common.ThreadMixin | +--GUI.GUI_Updater
Field Summary | |
private java.util.HashSet |
components
|
private static GUI_Updater |
gui_updater
|
private GUI_UpdateRunner |
runner
|
Fields inherited from class Common.ThreadMixin |
nM |
Fields inherited from class java.lang.Thread |
contextClassLoader,
daemon,
eetop,
group,
inheritedAccessControlContext,
MAX_PRIORITY,
MIN_PRIORITY,
name,
NORM_PRIORITY,
priority,
single_step,
stillborn,
stopThreadPermission,
target,
threadInitNumber,
threadQ,
values |
Constructor Summary | |
GUI_Updater()
|
Method Summary | |
void |
add(java.awt.Component c)
|
void |
add1Sec(java.awt.Component c)
|
void |
clear()
|
static GUI_Updater |
instance()
|
void |
remove(java.awt.Component c)
|
void |
remove1Sec(java.awt.Component c)
|
void |
run()
|
void |
update()
|
void |
update(java.awt.Component c)
|
void |
update(java.util.HashSet components)
|
Methods inherited from class Common.ThreadMixin |
sleep,
sleep |
Methods inherited from class java.lang.Thread |
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
private java.util.HashSet components
private GUI_UpdateRunner runner
private static GUI_Updater gui_updater
Constructor Detail |
public GUI_Updater()
Method Detail |
public void add(java.awt.Component c)
public void remove(java.awt.Component c)
public void add1Sec(java.awt.Component c)
public void remove1Sec(java.awt.Component c)
public void clear()
public void run()
public void update()
public void update(java.awt.Component c)
public void update(java.util.HashSet components)
public static GUI_Updater instance()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |