|
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.servicejob.ui.views.ServiceJobDetailsView
public class ServiceJobDetailsView
View that is called "Operator's Job History". It displays detailed information about single service job, such as: list of resources on which this service job was run, sub-jobs list and results for each sub-job and each resource.
| Field Summary | |
|---|---|
static java.lang.String |
SERVICE_JOB_FILES_FOLDER
Name of folder (in state location of this plug-in) where service jobs's result data is being serialized to files when needed (e.g. when this data can be opened only with external - system - editor). |
| Constructor Summary | |
|---|---|
ServiceJobDetailsView()
Constructs instance of this view. |
|
| Method Summary | |
|---|---|
void |
createPartControl(Composite parent1)
|
void |
dispose()
|
void |
gridModelChanged(IGridModelEvent event)
The method is called everytime a change in the model occurred and the event processing is active. |
void |
selectionChanged(IWorkbenchPart part,
ISelection selection)
|
void |
setFocus()
|
void |
widgetDefaultSelected(SelectionEvent e)
|
void |
widgetSelected(SelectionEvent e)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String SERVICE_JOB_FILES_FOLDER
| Constructor Detail |
|---|
public ServiceJobDetailsView()
| Method Detail |
|---|
public void createPartControl(Composite parent1)
public void setFocus()
public void selectionChanged(IWorkbenchPart part,
ISelection selection)
public void dispose()
public void widgetDefaultSelected(SelectionEvent e)
public void widgetSelected(SelectionEvent e)
public void gridModelChanged(IGridModelEvent event)
IGridModelListener
gridModelChanged in interface IGridModelListenerevent - The event that occurred in the model.
|
g-Eclipse Release 1.0.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||