iSeries Remote Systems
v6.0.1

com.ibm.etools.iseries.editor.views
Class ISeriesEditorListingViewPart

java.lang.Object
  extended byorg.eclipse.ui.part.WorkbenchPart
      extended byorg.eclipse.ui.part.ViewPart
          extended bycom.ibm.etools.iseries.editor.views.ISeriesEditorListingViewPart
All Implemented Interfaces:
IAdaptable, IExecutableExtension, IPartListener, IViewPart, IWorkbenchPart, IWorkbenchPart2

public class ISeriesEditorListingViewPart
extends ViewPart
implements IPartListener

The listing view part.


Field Summary
protected  ISeriesEditorListingAction _actionDeleteAllListings
           
protected  ISeriesEditorListingAction _actionDeleteListing
           
protected  ISeriesEditorListingViewer _viewer
           
static String copyright
           
 
Fields inherited from interface org.eclipse.ui.IWorkbenchPart
PROP_TITLE
 
Constructor Summary
ISeriesEditorListingViewPart()
           
 
Method Summary
protected  void createActions()
          Creates the delete listing and delete all listings actions.
 void createPartControl(Composite compositeParent)
          Creates the parts.
 void partActivated(IWorkbenchPart part)
          Declared on IPartListener.
 void partBroughtToTop(IWorkbenchPart part)
          Declared on IPartListener.
 void partClosed(IWorkbenchPart part)
           
 void partDeactivated(IWorkbenchPart part)
          Declared on IPartListener.
 void partOpened(IWorkbenchPart part)
          Declared on IPartListener.
 void performAction(ISeriesEditorListingAction action)
           
 void setFocus()
          Method declared in WorkbenchPart.
 
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, dispose, 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, dispose, 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

_actionDeleteListing

protected ISeriesEditorListingAction _actionDeleteListing

_actionDeleteAllListings

protected ISeriesEditorListingAction _actionDeleteAllListings

_viewer

protected ISeriesEditorListingViewer _viewer
Constructor Detail

ISeriesEditorListingViewPart

public ISeriesEditorListingViewPart()
Method Detail

createActions

protected void createActions()
Creates the delete listing and delete all listings actions.


createPartControl

public void createPartControl(Composite compositeParent)
Creates the parts.

Specified by:
createPartControl in interface IWorkbenchPart

partActivated

public void partActivated(IWorkbenchPart part)
Declared on IPartListener.

Specified by:
partActivated in interface IPartListener

partBroughtToTop

public void partBroughtToTop(IWorkbenchPart part)
Declared on IPartListener.

Specified by:
partBroughtToTop in interface IPartListener

partDeactivated

public void partDeactivated(IWorkbenchPart part)
Declared on IPartListener.

Specified by:
partDeactivated in interface IPartListener

partOpened

public void partOpened(IWorkbenchPart part)
Declared on IPartListener.

Specified by:
partOpened in interface IPartListener

partClosed

public void partClosed(IWorkbenchPart part)
Specified by:
partClosed in interface IPartListener

performAction

public void performAction(ISeriesEditorListingAction action)

setFocus

public void setFocus()
Method declared in WorkbenchPart.

Specified by:
setFocus in interface IWorkbenchPart

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.