Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by ViewPart
      extended by com.ibm.etools.iseries.edit.views.ISeriesEditorListingViewPart

public class ISeriesEditorListingViewPart
extends ViewPart

The listing view part.


Field Summary
protected  ISeriesEditorListingAction _actionDeleteAllListings
           
protected  ISeriesEditorListingAction _actionDeleteListing
           
protected  ISeriesEditorListingViewer _viewer
           
static String copyright
           
 
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 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

_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.


partActivated

public void partActivated(IWorkbenchPart part)
Declared on IPartListener.


partBroughtToTop

public void partBroughtToTop(IWorkbenchPart part)
Declared on IPartListener.


partDeactivated

public void partDeactivated(IWorkbenchPart part)
Declared on IPartListener.


partOpened

public void partOpened(IWorkbenchPart part)
Declared on IPartListener.


partClosed

public void partClosed(IWorkbenchPart part)

performAction

public void performAction(ISeriesEditorListingAction action)

setFocus

public void setFocus()
Method declared in WorkbenchPart.


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.