|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object ViewPart com.ibm.etools.iseries.rse.ui.view.job.JobStatusView
public class JobStatusView
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 |
---|
public static final String Copyright
public static final String ViewID
Constructor Detail |
---|
public JobStatusView()
Method Detail |
---|
public void setInitializationData(IConfigurationElement config, String propertyName, Object data)
public void createPartControl(Composite parent)
public void phaseComplete(int phase)
public void setFocus()
public void dispose()
public void update(Observable model, Object arg)
update
in interface Observer
public void menuAboutToShow(IMenuManager manager)
public void addSelectionChangedListener(ISelectionChangedListener listener)
public ISelection getSelection()
public void removeSelectionChangedListener(ISelectionChangedListener listener)
public void setSelection(ISelection selection)
public static void showView(boolean bringToTop)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |