|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.groovemanager.gui.custom.InfoGroupContainer.LabelUpdater
A Runnable implementation used for Thread-safe updating of Labels
| Field Summary | |
|---|---|
private org.eclipse.swt.widgets.Label |
l
The Label to update |
private java.lang.String |
text
The new text |
| Constructor Summary | |
|---|---|
private |
InfoGroupContainer.LabelUpdater()
|
| Method Summary | |
|---|---|
void |
run()
Update the Labelīs content |
(package private) void |
setLabel(org.eclipse.swt.widgets.Label l)
Set the Label to update |
(package private) void |
setText(java.lang.String text)
Set the new text |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private org.eclipse.swt.widgets.Label l
private java.lang.String text
| Constructor Detail |
|---|
private InfoGroupContainer.LabelUpdater()
| Method Detail |
|---|
public void run()
run in interface java.lang.RunnableRunnable.run()void setLabel(org.eclipse.swt.widgets.Label l)
l - The Label to updatevoid setText(java.lang.String text)
text - The new text
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||