Rational Developer for Power Systems Software
V7.6

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

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

public class ISeriesEditorRPGIndentViewPart
extends ViewPart

The RPG Indent view part.


Nested Class Summary
 class ISeriesEditorRPGIndentViewPart.PrintAction
           
 class ISeriesEditorRPGIndentViewPart.ToggleLinkingAction
           
 
Field Summary
static String copyright
           
protected  boolean isLinkingEnabled
           
 
Constructor Summary
ISeriesEditorRPGIndentViewPart()
           
 
Method Summary
 void createPartControl(Composite compositeParent)
          Creates the parts.
 void dispose()
           
 void fillLocalToolBar()
           
 LpexView getLpexView()
          Get the Lpex view
 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 setContentDescription(String description)
           
 void setFocus()
          Method declared in WorkbenchPart.
 void toggleLinkingEnabled()
           
 
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

isLinkingEnabled

protected boolean isLinkingEnabled
Constructor Detail

ISeriesEditorRPGIndentViewPart

public ISeriesEditorRPGIndentViewPart()
Method Detail

createPartControl

public void createPartControl(Composite compositeParent)
Creates the parts.


getLpexView

public LpexView getLpexView()
Get the Lpex view


dispose

public void dispose()

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.


fillLocalToolBar

public void fillLocalToolBar()

setContentDescription

public void setContentDescription(String description)

toggleLinkingEnabled

public void toggleLinkingEnabled()

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.