|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.etools.iseries.edit.verifiers.VerifierViewDocument
public class VerifierViewDocument
A document based verifier view.
| Field Summary | |
|---|---|
protected boolean |
_bPrefix
|
protected IDocument |
_document
|
protected static String |
_strEmpty
|
protected static String |
_strEmptyPrefix
|
static String |
copyright
|
| Constructor Summary | |
|---|---|
VerifierViewDocument(IDocument document)
Constructor that takes a resource and converts it to an input stream. |
|
| Method Summary | |
|---|---|
String |
getLinePrefixText(int iLine)
Returns the prefix text at the beginning of a line. |
String |
getLineText(int iLine)
Returns the code part of the line without the prefix part. |
int |
getNextLine(int iLine)
Returns the next line number ot the given line number or zero. |
int |
getPreviousLine(int iLine)
Returns the previous line number to the given line number or zero. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static String copyright
protected static String _strEmpty
protected static String _strEmptyPrefix
protected IDocument _document
protected boolean _bPrefix
| Constructor Detail |
|---|
public VerifierViewDocument(IDocument document)
throws NullPointerException,
CoreException,
IOException
NullPointerException
CoreException
IOException| Method Detail |
|---|
public String getLinePrefixText(int iLine)
getLinePrefixText in interface IVerifierViewpublic String getLineText(int iLine)
getLineText in interface IVerifierViewpublic int getNextLine(int iLine)
getNextLine in interface IVerifierViewpublic int getPreviousLine(int iLine)
getPreviousLine in interface IVerifierView
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||