Rational Developer for Power Systems Software
V7.6

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

java.lang.Object
  extended by Page
      extended by com.ibm.etools.iseries.edit.views.ISeriesEditorPromptPageBookPage

public class ISeriesEditorPromptPageBookPage
extends Page

This class is a page in a book of pages where one page displays the properties of a single editor view.


Field Summary
protected  Action _actionDisableSyntaxChecking
           
protected  Action _actionDisableView
           
protected  Action _actionInsertMode
           
protected  Composite _compositeDefault
           
protected  IISeriesEditorPromptAdapter _promptAdapter
           
protected  ISeriesEditorPromptViewer _viewer
           
static String copyright
           
 
Constructor Summary
ISeriesEditorPromptPageBookPage(IISeriesEditorPromptAdapter promptAdapter, Action actionInsertMode, Action actionDisableView, Action actionDisableSyntaxChecking)
          Constructor.
 
Method Summary
 void createControl(Composite compositeParent)
          Method declared on Page.
 void dispose()
           
 Control getControl()
          Method declared on Page.
 ISeriesEditorPromptViewer getViewer()
          Returns the viewer of this page.
 void selectionChanged(IWorkbenchPart part, ISelection selection)
          Method declared on ISelectionListener.
 void setActionBars(IActionBars actionBars)
          Override of setActionBars to allow registering of global action handlers for Ctrl + C and Ctrl + V (copy and paste).
 void setFocus()
          Method declared on Page.
 
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

_compositeDefault

protected Composite _compositeDefault

_actionDisableView

protected Action _actionDisableView

_actionDisableSyntaxChecking

protected Action _actionDisableSyntaxChecking

_actionInsertMode

protected Action _actionInsertMode

_promptAdapter

protected IISeriesEditorPromptAdapter _promptAdapter

_viewer

protected ISeriesEditorPromptViewer _viewer
Constructor Detail

ISeriesEditorPromptPageBookPage

public ISeriesEditorPromptPageBookPage(IISeriesEditorPromptAdapter promptAdapter,
                                       Action actionInsertMode,
                                       Action actionDisableView,
                                       Action actionDisableSyntaxChecking)
Constructor.

Method Detail

createControl

public void createControl(Composite compositeParent)
Method declared on Page.


setActionBars

public void setActionBars(IActionBars actionBars)
Override of setActionBars to allow registering of global action handlers for Ctrl + C and Ctrl + V (copy and paste).

Since:
WDSc 5.1.2
See Also:
Page

dispose

public void dispose()

getControl

public Control getControl()
Method declared on Page.


getViewer

public ISeriesEditorPromptViewer getViewer()
Returns the viewer of this page.


selectionChanged

public void selectionChanged(IWorkbenchPart part,
                             ISelection selection)
Method declared on ISelectionListener. This doesn't seem to get called.


setFocus

public void setFocus()
Method declared on Page. Sets focus to a part in the page.


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.