|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.part.Page
com.ibm.etools.iseries.editor.views.ISeriesEditorPromptPageBookPage
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 IISeriesEditorPromptAdapter |
_adapter
|
protected Composite |
_compositeDefault
|
protected ISeriesEditorPromptViewer |
_viewer
|
static String |
copyright
|
Constructor Summary | |
---|---|
ISeriesEditorPromptPageBookPage(IISeriesEditorPromptAdapter adapter,
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 org.eclipse.ui.part.Page |
---|
getSite, init, makeContributions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String copyright
protected ISeriesEditorPromptViewer _viewer
protected Composite _compositeDefault
protected IISeriesEditorPromptAdapter _adapter
protected Action _actionInsertMode
protected Action _actionDisableView
protected Action _actionDisableSyntaxChecking
Constructor Detail |
public ISeriesEditorPromptPageBookPage(IISeriesEditorPromptAdapter adapter, Action actionInsertMode, Action actionDisableView, Action actionDisableSyntaxChecking)
Method Detail |
public void createControl(Composite compositeParent)
createControl
in interface IPage
public void setActionBars(IActionBars actionBars)
setActionBars
in interface IPage
Page.setActionBars(org.eclipse.ui.IActionBars)
public void dispose()
dispose
in interface IPage
public Control getControl()
getControl
in interface IPage
public ISeriesEditorPromptViewer getViewer()
public void selectionChanged(IWorkbenchPart part, ISelection selection)
selectionChanged
in interface ISelectionListener
public void setFocus()
setFocus
in interface IPage
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |