|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.etools.iseries.editor.ISeriesEditorDDSFormatLine
This class performs format line and tab processing
Field Summary | |
---|---|
protected ISeriesEditorDDSParser |
_parser
|
protected String[] |
_straFormatLines
|
protected static String |
_strFieldsComment
|
protected static String |
_strFieldsFldDT
|
protected static String |
_strFieldsFldI
|
protected static String |
_strFieldsFldL
|
protected static String |
_strFieldsFldP
|
protected static String |
_strFieldsHelpD
|
protected static String |
_strFieldsKwdDTI
|
protected static String |
_strFieldsKwdPL
|
protected static String |
_strFieldsRecDTPLI
|
protected static Vector |
_vectorFieldStrings
|
protected Vector |
_vectorTabArrays
|
protected com.ibm.lpex.core.LpexView |
_view
|
static String |
copyright
|
protected static int[] |
iaComment
|
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
|
Fields inherited from interface com.ibm.etools.iseries.editor.IISeriesEditorConstantsColors |
---|
COLOR_BLACK_WHITE, COLOR_BLUE_WHITE, COLOR_BRIGHTBLUE_WHITE, COLOR_BRIGHTGREEN_WHITE, COLOR_BRIGHTGREY_WHITE, COLOR_BRIGHTPINK_WHITE, COLOR_BRIGHTRED_WHITE, COLOR_BROWN_WHITE, COLOR_CYAN_WHITE, COLOR_ERROR_HIGHLIGHT, COLOR_GREEN_WHITE, COLOR_GREY_WHITE, COLOR_HIGHLIGHT, COLOR_MAGENTA_WHITE, COLOR_PINK_WHITE, COLOR_RED_WHITE, COLOR_WHITE_BRIGHTRED |
Constructor Summary | |
---|---|
ISeriesEditorDDSFormatLine(com.ibm.lpex.core.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(com.ibm.lpex.core.LpexView view)
Called when the editor cursor changes to a different element. |
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 com.ibm.lpex.core.LpexView _view
protected ISeriesEditorDDSParser _parser
protected String[] _straFormatLines
protected Vector _vectorTabArrays
protected static Vector _vectorFieldStrings
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 String _strFieldsKwdDTI
protected static final String _strFieldsRecDTPLI
protected static final String _strFieldsHelpD
protected static final String _strFieldsFldDT
protected static final String _strFieldsKwdPL
protected static final String _strFieldsFldP
protected static final String _strFieldsFldL
protected static final String _strFieldsFldI
protected static final String _strFieldsComment
Constructor Detail |
public ISeriesEditorDDSFormatLine(com.ibm.lpex.core.LpexView view, ISeriesEditorDDSParser parser)
Method Detail |
public void doFormatLine(int iSpecType)
protected void doTabs(int iSpecType)
public void doUpdate(int iSpecType)
public void elementChanged(com.ibm.lpex.core.LpexView view)
elementChanged
in interface com.ibm.lpex.core.LpexCursorListener
protected String getFormatLine(int iSpecType)
protected void initializeFormatLines(int iDDSType)
protected void initializeTabs(int iDDSType)
public void keyPressed(Event event)
keyPressed
in interface com.ibm.lpex.core.LpexKeyListener
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |