|
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.JobDetailsSection
public class JobDetailsSection
| Constructor Summary | |
|---|---|
JobDetailsSection(java.lang.String name,
int order,
IViewConfiguration viewConfiguration,
boolean lazy)
|
|
| Method Summary | |
|---|---|
void |
addDetail(IJobDetail detail)
Puts detail to section |
void |
dispose()
Disposes widgets created in section |
java.util.List<IJobDetail> |
getDetails()
|
IGridJob |
getInputJob()
|
int |
getOrder()
|
IViewConfiguration |
getViewConfiguration()
|
void |
refresh(IGridJob gridJob,
Composite parent)
Refresh all items in section using gridJob. |
void |
removeDetail(IJobDetail detail)
Removes detail from section |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JobDetailsSection(java.lang.String name,
int order,
IViewConfiguration viewConfiguration,
boolean lazy)
name - section nameorder - value used to sort sections before creationviewConfiguration - the configuration of viewlazy - true if section should be collapsed after creation, and refresh for details will be called after expansion by user| Method Detail |
|---|
public int getOrder()
getOrder in interface IJobDetailsSectionJobDetailsView
public void refresh(IGridJob gridJob,
Composite parent)
IJobDetailsSection
refresh in interface IJobDetailsSectiongridJob - refreshed jobparent - parent, on which widgets should be createdpublic void addDetail(IJobDetail detail)
IJobDetailsSection
addDetail in interface IJobDetailsSectionpublic void removeDetail(IJobDetail detail)
IJobDetailsSection
removeDetail in interface IJobDetailsSectionpublic void dispose()
IJobDetailsSection
dispose in interface IJobDetailsSectionpublic java.util.List<IJobDetail> getDetails()
getDetails in interface IJobDetailsSectionpublic IGridJob getInputJob()
getInputJob in interface IJobDetailsSectionpublic IViewConfiguration getViewConfiguration()
getViewConfiguration in interface IJobDetailsSection
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||