|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecteu.geclipse.ui.views.jobdetails.JobDetail
eu.geclipse.ui.views.jobdetails.JobTextDetail
public abstract class JobTextDetail
Detail of Job, which show value using simple text
| Constructor Summary | |
|---|---|
JobTextDetail(IJobDetailsSection section,
java.lang.String name)
|
|
| Method Summary | |
|---|---|
void |
dispose()
Dispose created widgets (also reused widgets) |
java.lang.String |
getId()
|
void |
reuseWidgets(IJobDetail oldDetail)
Use widgets created in oldDetail. |
| Methods inherited from class eu.geclipse.ui.views.jobdetails.JobDetail |
|---|
getSection, refresh |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobTextDetail(IJobDetailsSection section,
java.lang.String name)
section - in which details will be shownname - detail name| Method Detail |
|---|
public java.lang.String getId()
IJobDetailsSection
Just return detail name if you know, that detail has unique
name in IJobDetailsSection, in which it's placed. If you
cannot assure name is unique in section, then return something
unique within section (see GliteJobDetailsFactory.createStatusHistoryItem).
Two IJobDetail objects with the same identifier in the same
IJobDetailsSection share created widgets (to avoid
flickering).
public void reuseWidgets(IJobDetail oldDetail)
IJobDetail
oldDetail - detail used previously to show detail. Old detail has same
name and section as this detailpublic void dispose()
IJobDetail
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||