|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.groovemanager.gui.custom.InfoGroupContainer.TextUpdater
A Runnable implementation used for Thread-safe updating of Text fields
| Field Summary | |
|---|---|
private org.eclipse.swt.widgets.Text |
t
The Text field to update |
private java.lang.String |
text
The new text |
| Constructor Summary | |
|---|---|
private |
InfoGroupContainer.TextUpdater()
|
| Method Summary | |
|---|---|
void |
run()
Update the Text fieldīs content. |
(package private) void |
setText(java.lang.String text)
Set the new text |
(package private) void |
setTextField(org.eclipse.swt.widgets.Text t)
Set the Text field to update |
| 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.Text t
private java.lang.String text
| Constructor Detail |
|---|
private InfoGroupContainer.TextUpdater()
| Method Detail |
|---|
public void run()
run in interface java.lang.RunnableRunnable.run()void setText(java.lang.String text)
text - The new textvoid setTextField(org.eclipse.swt.widgets.Text t)
t - The Text field to update
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||