Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.editor
Class ISeriesEditorCOBOLPrompter

java.lang.Object
  extended by com.ibm.etools.iseries.editor.ISeriesEditorPrompter
      extended by com.ibm.etools.iseries.editor.ISeriesEditorCOBOLPrompter
All Implemented Interfaces:
IISeriesEditorPromptAdapter

public class ISeriesEditorCOBOLPrompter
extends ISeriesEditorPrompter

This class interfaces to the prompter view.


Field Summary
protected  LpexParser _parser
           
static String copyright
           
 
Fields inherited from class com.ibm.etools.iseries.editor.ISeriesEditorPrompter
_actionInsertMode, _listener, _lpexView, _promptGroup, _strPromptXmlFilename
 
Constructor Summary
ISeriesEditorCOBOLPrompter(LpexView view, ISeriesEditorCobol400SqlCicsParser parser)
          Constructor
ISeriesEditorCOBOLPrompter(LpexView view, ISeriesEditorCobolILESqlCicsParser parser)
          Constructor
 
Method Summary
 String getPromptFormatLine(String strPromptPageId)
          Subclasses must translate between from a prompt page identifier to a format line string.
 String getPromptPageId(int iElement)
          Subclasses must translate from a Element number to a prompt page identifier string.
 int getPromptPageIndex(int iElement)
          Subclasses must translate from a Element number to a prompt page index.
 IISeriesEditorSyntaxChecker getSyntaxChecker()
          Returns a syntax checker or null if not applicable.
 
Methods inherited from class com.ibm.etools.iseries.editor.ISeriesEditorPrompter
addPromptChangeListener, displayHelp, displayMessageHelp, elementChanged, getPromptChangeListener, getPromptEncoding, getPromptFont, getPromptGroup, getPromptMaxLineLength, getPromptUserInterfaceDefinitionURL, getRetainLowerCase, promptElementChanged, promptLineChanged, removePromptChangeListener, setInsertModeAction, setUserInterfaceDefinitionFilename
 
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

_parser

protected LpexParser _parser
Constructor Detail

ISeriesEditorCOBOLPrompter

public ISeriesEditorCOBOLPrompter(LpexView view,
                                  ISeriesEditorCobol400SqlCicsParser parser)
Constructor


ISeriesEditorCOBOLPrompter

public ISeriesEditorCOBOLPrompter(LpexView view,
                                  ISeriesEditorCobolILESqlCicsParser parser)
Constructor

Method Detail

getPromptFormatLine

public String getPromptFormatLine(String strPromptPageId)
Description copied from class: ISeriesEditorPrompter
Subclasses must translate between from a prompt page identifier to a format line string.

Specified by:
getPromptFormatLine in interface IISeriesEditorPromptAdapter
Specified by:
getPromptFormatLine in class ISeriesEditorPrompter

getPromptPageId

public String getPromptPageId(int iElement)
Description copied from class: ISeriesEditorPrompter
Subclasses must translate from a Element number to a prompt page identifier string.

Specified by:
getPromptPageId in class ISeriesEditorPrompter

getPromptPageIndex

public int getPromptPageIndex(int iElement)
Description copied from class: ISeriesEditorPrompter
Subclasses must translate from a Element number to a prompt page index.

Specified by:
getPromptPageIndex in interface IISeriesEditorPromptAdapter
Specified by:
getPromptPageIndex in class ISeriesEditorPrompter

getSyntaxChecker

public IISeriesEditorSyntaxChecker getSyntaxChecker()
Description copied from interface: IISeriesEditorPromptAdapter
Returns a syntax checker or null if not applicable.


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.