g-Eclipse
Release 1.0.0

eu.geclipse.servicejob.ui.views
Class ServiceJobDetailsView

java.lang.Object
  extended by ViewPart
      extended by eu.geclipse.servicejob.ui.views.ServiceJobDetailsView
All Implemented Interfaces:
IGridModelListener, java.util.EventListener

public class ServiceJobDetailsView
extends ViewPart
implements IGridModelListener

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

SERVICE_JOB_FILES_FOLDER

public static final 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).

See Also:
Constant Field Values
Constructor Detail

ServiceJobDetailsView

public ServiceJobDetailsView()
Constructs instance of this view.

Method Detail

createPartControl

public void createPartControl(Composite parent1)

setFocus

public void setFocus()

selectionChanged

public void selectionChanged(IWorkbenchPart part,
                             ISelection selection)

dispose

public void dispose()

widgetDefaultSelected

public void widgetDefaultSelected(SelectionEvent e)

widgetSelected

public void widgetSelected(SelectionEvent e)

gridModelChanged

public void gridModelChanged(IGridModelEvent event)
Description copied from interface: IGridModelListener
The method is called everytime a change in the model occurred and the event processing is active.

Specified by:
gridModelChanged in interface IGridModelListener
Parameters:
event - The event that occurred in the model.

g-Eclipse
Release 1.0.0