Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.view.job
Class JobStatusView

java.lang.Object
  extended by ViewPart
      extended by com.ibm.etools.iseries.rse.ui.view.job.JobStatusView
All Implemented Interfaces:
Observer

public class JobStatusView
extends ViewPart
implements Observer

Provides the view for build job status.


Field Summary
static String Copyright
           
static String ViewID
           
 
Constructor Summary
JobStatusView()
          Constructor for BuildStatusView.
 
Method Summary
 void addSelectionChangedListener(ISelectionChangedListener listener)
           
 void createPartControl(Composite parent)
          Creates the controls for the workbench part.
 void dispose()
          Disposes of resources when the view closes.
 ISelection getSelection()
           
 void menuAboutToShow(IMenuManager manager)
           
 void phaseComplete(int phase)
           
 void removeSelectionChangedListener(ISelectionChangedListener listener)
           
 void setFocus()
          Accepts focus.
 void setInitializationData(IConfigurationElement config, String propertyName, Object data)
          Initialize the view immmediately after the plugin is loaded.
 void setSelection(ISelection selection)
           
static void showView(boolean bringToTop)
          Helper method for displaying the view
 void update(Observable model, Object arg)
          Informs this view that changes have been made to the model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

ViewID

public static final String ViewID
See Also:
Constant Field Values
Constructor Detail

JobStatusView

public JobStatusView()
Constructor for BuildStatusView.

Method Detail

setInitializationData

public void setInitializationData(IConfigurationElement config,
                                  String propertyName,
                                  Object data)
Initialize the view immmediately after the plugin is loaded. Typically used to set attributes for this element from the plugin.xml. Used here to find the JobTicketManager instance being viewed.


createPartControl

public void createPartControl(Composite parent)
Creates the controls for the workbench part.


phaseComplete

public void phaseComplete(int phase)

setFocus

public void setFocus()
Accepts focus.


dispose

public void dispose()
Disposes of resources when the view closes.


update

public void update(Observable model,
                   Object arg)
Informs this view that changes have been made to the model.

Specified by:
update in interface Observer

menuAboutToShow

public void menuAboutToShow(IMenuManager manager)

addSelectionChangedListener

public void addSelectionChangedListener(ISelectionChangedListener listener)

getSelection

public ISelection getSelection()

removeSelectionChangedListener

public void removeSelectionChangedListener(ISelectionChangedListener listener)

setSelection

public void setSelection(ISelection selection)

showView

public static void showView(boolean bringToTop)
Helper method for displaying the view


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.