|
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.parsers.ISeriesEditorDDSFormatLine
public class ISeriesEditorDDSFormatLine
This class performs format line and tab processing
Field Summary | |
---|---|
protected ISeriesEditorDDSParser |
_parser
|
protected String[] |
_straFormatLines
|
protected static Vector |
_vectorFieldArrays
|
protected Vector |
_vectorTabArrays
|
protected LpexView |
_view
|
static String |
copyright
|
protected static int[] |
iaComment
|
protected static int[] |
iaFieldsComment
|
protected static int[] |
iaFieldsFldDT
|
protected static int[] |
iaFieldsFldI
|
protected static int[] |
iaFieldsFldL
|
protected static int[] |
iaFieldsFldP
|
protected static int[] |
iaFieldsHelpD
|
protected static int[] |
iaFieldsKwdDTI
|
protected static int[] |
iaFieldsKwdPL
|
protected static int[] |
iaFieldsRecDTPLI
|
protected static int[] |
iaFldDT
|
protected static int[] |
iaFldI
|
protected static int[] |
iaFldL
|
protected static int[] |
iaFldP
|
protected static int[] |
iaHelpD
|
protected static int[] |
iaKwdDTI
|
protected static int[] |
iaKwdPL
|
protected static int[] |
iaRecDTPLI
|
Constructor Summary | |
---|---|
ISeriesEditorDDSFormatLine(LpexView view,
ISeriesEditorDDSParser parser)
Constructor |
Method Summary | |
---|---|
void |
doFormatLine(int iSpecType)
Update the format line based on the line spec type. |
protected void |
doTabs(int iSpecType)
Create a string of the format "set tabs 5 6 10 20..." |
void |
doUpdate(int iSpecType)
Update the current element's format line and tabs based on the given spec type |
void |
elementChanged(LpexView view)
Called when the editor cursor changes to a different element. |
int[] |
getFields(LpexView view,
int iElement)
Returns the fields to be used for column sensitive editing |
protected String |
getFormatLine(int iSpecType)
Returns the format line given the spec type. |
protected void |
initializeFormatLines(int iDDSType)
Sets up list of format line strings. |
protected void |
initializeTabs(int iDDSType)
Sets up list of tabbing arrays. |
void |
keyPressed(Event event)
|
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 LpexView _view
protected ISeriesEditorDDSParser _parser
protected String[] _straFormatLines
protected Vector _vectorTabArrays
protected static Vector _vectorFieldArrays
protected static final int[] iaKwdDTI
protected static final int[] iaRecDTPLI
protected static final int[] iaHelpD
protected static final int[] iaFldDT
protected static final int[] iaKwdPL
protected static final int[] iaFldP
protected static final int[] iaFldL
protected static final int[] iaFldI
protected static final int[] iaComment
protected static final int[] iaFieldsKwdDTI
protected static final int[] iaFieldsRecDTPLI
protected static final int[] iaFieldsHelpD
protected static final int[] iaFieldsFldDT
protected static final int[] iaFieldsKwdPL
protected static final int[] iaFieldsFldP
protected static final int[] iaFieldsFldL
protected static final int[] iaFieldsFldI
protected static final int[] iaFieldsComment
Constructor Detail |
---|
public ISeriesEditorDDSFormatLine(LpexView view, ISeriesEditorDDSParser parser)
Method Detail |
---|
public void doFormatLine(int iSpecType)
protected void doTabs(int iSpecType)
public void doUpdate(int iSpecType)
public void elementChanged(LpexView view)
protected String getFormatLine(int iSpecType)
protected void initializeFormatLines(int iDDSType)
protected void initializeTabs(int iDDSType)
public void keyPressed(Event event)
public int[] getFields(LpexView view, int iElement)
com.ibm.lpex.core.LpexFieldsProvider#getFields(com.ibm.lpex.core.LpexView, int)
|
Rational Developer for Power Systems Software V7.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |