iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.core.ui.view.job
Class JobLogView

java.lang.Object
  extended byorg.eclipse.ui.part.WorkbenchPart
      extended byorg.eclipse.ui.part.ViewPart
          extended bycom.ibm.etools.iseries.core.ui.view.job.JobLogView
All Implemented Interfaces:
IAdaptable, IExecutableExtension, IViewPart, IWorkbenchPart, IWorkbenchPart2

public class JobLogView
extends ViewPart

Comment goes here


Field Summary
static String copyright
           
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
JobLogView()
          Constructor for JobLogView
 
Method Summary
 void add(String line)
           
 void createPartControl(Composite parent)
          Create the viewer
 void dispose()
          We are going away!
 void removeAll()
           
 void setFocus()
          Configures the toolBar.
 
Methods inherited from class org.eclipse.ui.part.ViewPart
getViewSite, init, init, saveState, setContentDescription, setInitializationData, 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

copyright

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

JobLogView

public JobLogView()
Constructor for JobLogView

Method Detail

createPartControl

public void createPartControl(Composite parent)
Create the viewer


dispose

public void dispose()
We are going away!


setFocus

public void setFocus()
Configures the toolBar.


add

public void add(String line)

removeAll

public void removeAll()

iSeries Remote Systems
v6.0.1

Copyright © 2005 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.