|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.part.WorkbenchPart
org.eclipse.ui.part.ViewPart
com.ibm.etools.iseries.core.ui.view.job.JobStatusView
Provides the view for build job status.
Field Summary | |
---|---|
static String |
Copyright
|
static String |
ViewID
|
Fields inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
PROP_TITLE |
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 |
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 org.eclipse.ui.part.ViewPart |
---|
getViewSite, init, init, saveState, setContentDescription, setPartName |
Methods inherited from class org.eclipse.ui.part.WorkbenchPart |
---|
addPropertyListener, firePropertyChange, getAdapter, getConfigurationElement, getContentDescription, getDefaultImage, getPartName, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener, setSite, setTitle, setTitleImage, setTitleToolTip, showBusy |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.ui.IWorkbenchPart |
---|
addPropertyListener, getSite, getTitle, getTitleImage, getTitleToolTip, removePropertyListener |
Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
---|
getAdapter |
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)
setInitializationData
in interface IExecutableExtension
public void createPartControl(Composite parent)
createPartControl
in interface IWorkbenchPart
public void setFocus()
setFocus
in interface IWorkbenchPart
public void dispose()
dispose
in interface IWorkbenchPart
public void update(Observable model, Object arg)
update
in interface Observer
public void menuAboutToShow(IMenuManager manager)
menuAboutToShow
in interface IMenuListener
public void addSelectionChangedListener(ISelectionChangedListener listener)
addSelectionChangedListener
in interface ISelectionProvider
public ISelection getSelection()
getSelection
in interface ISelectionProvider
public void removeSelectionChangedListener(ISelectionChangedListener listener)
removeSelectionChangedListener
in interface ISelectionProvider
public void setSelection(ISelection selection)
setSelection
in interface ISelectionProvider
public static void showView(boolean bringToTop)
|
iSeries Remote Systems v6.0.1 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |