|
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.Object com.ibm.etools.iseries.edit.verifiers.VerifierViewLpexView
public class VerifierViewLpexView
Lpex version of verifier.
Field Summary | |
---|---|
protected boolean |
_bPrefix
|
protected static String |
_strEmpty
|
protected static String |
_strEmptyPrefix
|
protected LpexView |
_view
|
static String |
copyright
|
Constructor Summary | |
---|---|
VerifierViewLpexView(LpexView view)
Constructor that takes a resource and converts it to an input stream. |
Method Summary | |
---|---|
String |
getElementPrefixText(int iElement)
Returns the prefix text at the beginning of a line. |
String |
getElementText(int iElement)
Returns the code part of the line without the prefix part. |
String |
getLinePrefixText(int iLine)
Deprecated. |
String |
getLineText(int iLine)
Deprecated. |
int |
getNextElement(int iElement)
Returns the next line number ot the given line number or zero. |
int |
getNextLine(int iLine)
Returns the next line number ot the given line number or zero. |
int |
getPreviousElement(int iElement)
Returns the previous Element number to the given Element 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 LpexView _view
protected boolean _bPrefix
Constructor Detail |
---|
public VerifierViewLpexView(LpexView view)
Method Detail |
---|
public String getLinePrefixText(int iLine)
getLinePrefixText
in interface IVerifierView
public String getElementPrefixText(int iElement)
public String getLineText(int iLine)
getLineText
in interface IVerifierView
public String getElementText(int iElement)
public int getNextLine(int iLine)
getNextLine
in interface IVerifierView
public int getNextElement(int iElement)
public int getPreviousLine(int iLine)
getPreviousLine
in interface IVerifierView
public int getPreviousElement(int iElement)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |