|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectViewPart
eu.geclipse.ui.views.jobdetails.JobDetailsView
public class JobDetailsView
| Nested Class Summary | |
|---|---|
class |
JobDetailsView.JobSelectionProvider
Selection provider handling currently shown job in this view |
| Field Summary | |
|---|---|
static java.lang.String |
ID
View identifier |
| Constructor Summary | |
|---|---|
JobDetailsView()
|
|
| Method Summary | |
|---|---|
void |
createPartControl(Composite parent)
|
void |
dispose()
|
FormToolkit |
getFormToolkit()
This method initializes formToolkit |
IGridJob |
getInputJob()
|
JobDetailsView.JobSelectionProvider |
getJobSelectionProvider()
|
JobDetailSectionsManager |
getSectionsManager()
|
void |
init(IViewSite site,
IMemento currentMemento)
|
boolean |
isShowEmptyEnabled()
|
void |
refresh()
Refresh whole view using current input job |
void |
saveState(IMemento currentMemento)
|
void |
selectionChanged(IWorkbenchPart part,
ISelection selection)
|
void |
setFocus()
|
void |
statusChanged(IGridJob job)
Called when job status is changed. |
void |
statusUpdated(IGridJob job)
Called after every update of job status, even if status wasn't changed during update. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String ID
| Constructor Detail |
|---|
public JobDetailsView()
| Method Detail |
|---|
public FormToolkit getFormToolkit()
getFormToolkit in interface IViewConfigurationpublic void createPartControl(Composite parent)
public void dispose()
public void setFocus()
public void refresh()
refresh in interface IViewConfiguration
public void selectionChanged(IWorkbenchPart part,
ISelection selection)
public boolean isShowEmptyEnabled()
isShowEmptyEnabled in interface IViewConfigurationpublic JobDetailSectionsManager getSectionsManager()
getSectionsManager in interface IViewConfigurationIJobDetailsSections
public void init(IViewSite site,
IMemento currentMemento)
throws PartInitException
PartInitExceptionpublic void saveState(IMemento currentMemento)
public void statusChanged(IGridJob job)
IGridJobStatusListener
statusChanged in interface IGridJobStatusListenerpublic void statusUpdated(IGridJob job)
IGridJobStatusListenerJobManager.addJobStatusListener(IGridJobStatusListener)
statusUpdated in interface IGridJobStatusListenerjob - for which, status has been updatedpublic JobDetailsView.JobSelectionProvider getJobSelectionProvider()
public IGridJob getInputJob()
getInputJob in interface IViewConfiguration
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||