|
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.ISeriesEditorUtilities
Utilities class for iSeries Remote Systems LPEX Editor
Nested Class Summary | |
---|---|
protected static class |
ISeriesEditorUtilities.RunnableSignon
|
Field Summary | |
---|---|
protected static ResourceBundle |
_bundle
the resource bundle |
static String |
copyright
|
Fields inherited from interface com.ibm.etools.iseries.editor.IISeriesEditorConstantsRPG |
---|
_straSQLWords, CMD_SETFIELDS, CMD_SETFIELDSBLANK, CMD_SETFORMATLINETEXT, CMD_SETTABS, COLUMN_C_FREE, COLUMN_C_OPCODE, COLUMN_COMMENT, COLUMN_FACTOR1, COLUMN_FACTOR2, COLUMN_KEYWORDS, COLUMN_PROC_NAME_BEGIN, COLUMN_PROC_NAME_END, COLUMN_PROC_SPEC, COLUMN_SPEC, FIELD_FACTOR1, FIELD_FACTOR2, FIELD_FROM, FIELD_OPCODE, FIELD_TOLENGTH, OPM_COLUMN_FACTOR1 |
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 | |
---|---|
ISeriesEditorUtilities()
|
Method Summary | |
---|---|
static void |
cleanupMenuBar(IMenuManager menuManager,
ISeriesEditorConnectListener cl)
Method cleanupMenuBar. |
static void |
cleanupToolbar(IToolBarManager toolBarManager)
Method cleanupToolbar. |
static ISeriesFile |
COBOLgetFieldFile(com.ibm.lpex.core.LpexView view,
IISeriesEditorParser parser)
Method COBOLgetFieldFile. |
static ISeriesMember |
COBOLgetIncludeMember(com.ibm.lpex.core.LpexView view,
IISeriesEditorParser parser,
boolean ILE)
Method COBOLgetIncludeMember. |
static boolean |
COBOLisValidFieldAction(com.ibm.lpex.core.LpexView view)
Method COBOLisValidFieldAction. |
static boolean |
COBOLisValidIncludeAction(com.ibm.lpex.core.LpexView view)
Method COBOLisValidIncludeAction. |
static void |
compileMemberInEditor(ISeriesMember mbr,
com.ibm.etools.systems.editor.SystemTextEditor editor)
Compile the member that is in the editor using the last used compile command for the member type Prompts if the editor is dirty (unsaved changes) |
static void |
contributeBaseToolbarItems(ITextEditor editor,
IToolBarManager toolBarManager)
Method contributeBaseToolbarItems. |
static void |
contributeCompileMenuItems(ITextEditor editor,
IMenuManager menuCompile,
Shell shell)
Method contributeCompileMenuItems. |
static IMenuManager |
createCompileMenu(ITextEditor editor,
IMenuManager menuManager,
IMenuManager compileMenu,
IISeriesEditorParser parser)
Method createCompileMenu. |
static IMenuManager |
createLanguageHelpMenu(ITextEditor editor,
IMenuManager menuManager,
String strPrefix,
IMenuManager langHelpMenu)
Method createLangaugeHelpMenu. |
static IMenuManager |
createSourceMenu(ITextEditor editor,
IMenuManager menuManager,
IMenuManager sourceMenu)
Method createSourceMenu. |
static String |
determineRPGCFreeSpecOpcode(String strLineText)
Determine the opcode of a C free spec line (returned uppercased) |
static String |
determineRPGCSpecOpcode(String strLineText,
boolean bILE)
Determine the opcode of a C spec line (returned uppercased) |
static String |
determineRPGCSpecOpcode(String strLineText,
boolean bILE,
boolean bPreserveCase)
Determine the opcode of a C spec line (preserve case) |
static String |
determineRPGOpcode(String strLineText,
boolean bILE)
Determine the opcode of a RPG line (returned uppercased) |
static void |
doSaving(com.ibm.lpex.core.LpexView view)
Method doSaving. |
static void |
enableMultipleViews(com.ibm.lpex.core.LpexView view)
Enable multiple views in LPEX Editor |
static void |
ensureVisible(com.ibm.lpex.core.LpexView lpexView,
int element)
|
static String |
generateTabString(int[] iatabs)
generateTabString From an Integer array, generate a string representing the int array |
static com.ibm.lpex.core.LpexView[] |
getAllLpexViews(com.ibm.lpex.alef.LpexTextEditor editor)
Retrieves a list of all the view open in an editor. |
static TextEditorAction |
getBaseEditorAction(ITextEditor editor,
String actionId)
Method getBaseEditorAction. |
static int |
getCCSID(IFile iFile,
ISeriesConnection connection)
Method getCCSID. |
static String |
getCommonFilterMenuItems()
Method getCommonFilterMenuItems. |
static StructuredSelection |
getCompileSelectionObject(ITextEditor editor)
Method getCompileSelectionObject. |
static int |
getCurrentLine(com.ibm.lpex.core.LpexView view)
Deprecated. |
static int |
getDataLength(String[] straDataWords,
String strLine)
Returns the length of a data word, or zero if not a data word. |
static int |
getDocumentElementBottom(com.ibm.lpex.core.LpexView view)
Get the bottom most element |
static int |
getDocumentElementNext(com.ibm.lpex.core.LpexView view,
int iElement)
Get the next element that is not a show line |
static int |
getDocumentElementPrevious(com.ibm.lpex.core.LpexView view,
int iElement)
Get the previous line that is not a show line |
static String |
getDocumentElementText(com.ibm.lpex.core.LpexView view,
int iElement)
Returns the view element's text appended with a null. |
static String |
getDocumentElementTextDBCS(com.ibm.lpex.core.LpexView view,
int iElement,
boolean bPadDoubleByteCharacters)
Returns a zero terminated line of text. |
static int |
getDocumentElementTop(com.ibm.lpex.core.LpexView view)
Returns the top most Element |
static int |
getDocumentLineBottom(com.ibm.lpex.core.LpexView view)
Deprecated. Get the bottom most line that is not a show line |
static int |
getDocumentLineNext(com.ibm.lpex.core.LpexView view,
int iLine)
Deprecated. |
static int |
getDocumentLinePrevious(com.ibm.lpex.core.LpexView view,
int iLine)
Deprecated. |
static String |
getDocumentLineText(com.ibm.lpex.core.LpexView view,
int iLine)
Deprecated. |
static String |
getDocumentLineTextDBCS(com.ibm.lpex.core.LpexView view,
int iLine,
boolean bPadDoubleByteCharacters)
Deprecated. |
static int |
getDocumentLineTop(com.ibm.lpex.core.LpexView view)
Deprecated. |
static int |
getDocumentNumberOfLines(com.ibm.lpex.core.LpexView view)
Method getDocumentNumberOfLines. |
static String |
getElementTextDBCS(com.ibm.lpex.core.LpexView view,
int iElement,
boolean bPadDoubleByteCharacters)
Returns a line of text. |
static String |
getFullFilePath(ITextEditor editor)
Method getFullFilePath. |
static ISeriesConnection |
getHostConnectionForLocalFile(boolean bPromptAllowed)
Method getHostConnectionForLocalFile. |
static IFile |
getIFile(ITextEditor editor)
Method getIFile. |
static ISeriesConnection |
getISeriesConnection(ITextEditor editor)
Method getISeriesConnection. |
static ISeriesMember |
getISeriesMember(ITextEditor editor)
Method getISeriesMember. |
static String |
getLineText(com.ibm.lpex.core.LpexView view,
int iLine)
Deprecated. use _view.elementText(iElement) |
static String |
getLineTextDBCS(com.ibm.lpex.core.LpexView view,
int iLine,
boolean bPadDoubleByteCharacters)
Deprecated. use getElementTextDBCS |
static com.ibm.lpex.alef.LpexTextEditor |
getLpexEditor()
|
static int |
getMacroLength(String[] straMacroWords,
String strLine)
Returns the macro length or zero if not a macro |
static int |
getMacroType(String[] straMacroWords,
String strLine)
Returns the macro type |
static IPath |
getParseFilePath(IFile sourceFile)
|
static URL |
getParseFileURL(IFile sourceFile)
|
static IISeriesEditorParser |
getParserForPrimaryLpexView(com.ibm.lpex.alef.LpexTextEditor editor)
Determine the parser for the primary lpex view for the lpex editor |
static com.ibm.lpex.core.LpexView |
getPrimaryLpexView(com.ibm.lpex.alef.LpexTextEditor editor)
Used to retrieve the primary view in an editor |
static int |
getRecordLength(com.ibm.lpex.core.LpexView view)
Method getRecordLength. |
static int |
getRPGILEAutoIndentValue()
get RPG ILE auto indent preference value |
static IRunnableContext |
getRunnableContext()
Returns a progress monitor context. |
static String |
getSignature()
Get the signature |
static int |
getSQLLength(String[] straSQLWords,
String strLine)
Returns the length of the SQL word, or zero if not an SQL word |
static boolean |
hasSemicolon(String strLine)
Check for any semi-colon before a comment Port of evfritok.c, semiFound |
static boolean |
indentRPGILECFreeOpcode(String strOpcode)
determines if the opcode should have the following line indented |
static void |
initializeBasePreferences(com.ibm.lpex.core.LpexView view,
IISeriesEditorParser parser)
Method initializeBasePreferences. |
static boolean |
isCFEnd(String strLine)
Returns true if CF-Spec start |
static boolean |
isCFStart(String strLine)
Returns true if CF-Spec end |
static boolean |
isData(String[] straDataWords,
String strLine)
Returns true if line is a DATA statement |
static boolean |
isExtendedFactorTwoOpcode(String[] straXF2_opcodes,
String[] straXF2_possible_opcodes,
String strLine)
Returns whether 'C' line an extended Factor2 C spec. |
static boolean |
isMacro(String[] straMacroWords,
String strLine)
|
static boolean |
isNumeric(String strNumeric)
Returns whether a string is base 10 numeric. |
static boolean |
isPrimaryLpexView(com.ibm.lpex.core.LpexView lpexView)
Returns if Lpex view is the primary view |
static boolean |
isSlashComment(String strLine,
int iIndex)
|
static boolean |
isSQL(String[] straSQLWords,
String strLine)
Returns true if line is an SQL statement |
static boolean |
isSQLEnd(String strLine)
Returns true if end of SQL Statement |
static boolean |
isSQLStart(String strLine)
Returns true if start of SQL Statement |
static boolean |
isWhiteSpace(char c)
Returns whether a character is white space |
static boolean |
outdentRPGILECFreeOpcode(String strOpcode)
determines if the opcode should have the current line outdented |
static String |
prependLineWithSignature(String strLine)
Prepend line with signature (if enabled) |
static void |
refreshAllViews(com.ibm.lpex.alef.LpexTextEditor editor)
This method refreshs all the views open in an editor. |
static void |
refreshBasePreferences(com.ibm.lpex.core.LpexView view)
Method refreshBasePreferences. |
static void |
removeAllShowLines(com.ibm.lpex.core.LpexView view)
Removes all show lines from the bottom of the document to the top, including compile errors. |
static void |
removeAllShowLines(com.ibm.lpex.core.LpexView view,
boolean ignoreCompileErrors,
com.ibm.lpex.alef.LpexTextEditor editor)
|
static void |
removeMessages(com.ibm.lpex.alef.LpexTextEditor editor,
int iElementStart,
int iElementEnd)
|
static void |
removeMessages(com.ibm.lpex.alef.LpexTextEditor editor,
int iElementStart,
int iElementEnd,
boolean ignoreCompileErrors)
|
static void |
selectionLinesChanged(com.ibm.lpex.alef.LpexTextEditor _editor,
int iLineOrigin,
int iLineExtent,
int iLineCursor,
int startPosition,
int selectedLength)
Called when the selection has changed in the content outline view. |
static void |
selectionLinesChanged(com.ibm.lpex.alef.LpexTextEditor _editor,
com.ibm.lpex.core.LpexView _view,
int iLineOrigin,
int iLineExtent,
int iLineCursor,
int startPosition,
int selectedLength)
Called when the selection has changed in the content outline view. |
static void |
setDateArea(com.ibm.lpex.alef.LpexTextEditor editor)
Method setDateArea for multiple views Configures the window to show the date area as appropriate. |
static void |
setDateArea(com.ibm.lpex.core.LpexView view)
Method setDateArea. |
static void |
setDateArea(com.ibm.lpex.core.LpexView view,
IISeriesEditorParser iSeriesParser)
Method setDateArea. |
static void |
setDocumentElementText(com.ibm.lpex.core.LpexView view,
int iElement,
String strElement)
Associates the text with the editor element line Removes the null at the end of the string |
static void |
setDocumentLineText(com.ibm.lpex.core.LpexView view,
int iLine,
String strLine)
Deprecated. |
static void |
setElementColors(com.ibm.lpex.core.LpexView view,
int iElement,
String strStyles,
boolean bFixedLengthFields)
Sets an Lpex element's color style. |
static void |
setEncoding(com.ibm.lpex.core.LpexView view,
int iCCSID)
Method setEncoding. |
static void |
setLineColors(com.ibm.lpex.core.LpexView view,
int iLine,
String strStyles,
boolean bFixedLengthFields)
Deprecated. |
static void |
setMessageElementColors(com.ibm.lpex.core.LpexView view,
int iElement,
String strStyles)
Sets the style colours for a message element where everything is in Unicode, so no DBCS considerations are applied. |
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 static ResourceBundle _bundle
Constructor Detail |
public ISeriesEditorUtilities()
Method Detail |
public static void cleanupMenuBar(IMenuManager menuManager, ISeriesEditorConnectListener cl)
menuManager
- the menu to remove items frompublic static void cleanupToolbar(IToolBarManager toolBarManager)
toolBarManager
- the toolbar to remove items frompublic static void compileMemberInEditor(ISeriesMember mbr, com.ibm.etools.systems.editor.SystemTextEditor editor)
mbr
- editor
- public static String getFullFilePath(ITextEditor editor)
editor
- the editor that the file is open in
public static StructuredSelection getCompileSelectionObject(ITextEditor editor)
editor
- the editor that the source is open in
public static int getCCSID(IFile iFile, ISeriesConnection connection)
the iFile properties are retrieved and the CCSID stored within is checked
1) if the CCSID is not 0, and not 65535, then that is the CCSID used 2) If the CCSID is 0 or 65535, then
a) if the user is connected, then the active job CCSID is used. b) if the user is disconnected, the cache is first checked for CCSID, if found then that CCSID is used
c) if the user is disconnected and if the cache doesn't contain a CCSID (the user never signed on), then the session property is used
d) if the user is disconnected and if the session property doesn't exist then the user is prompted to signon (unless working offline). If signon successful, then the job CCSID is used. The Session property is set to this CCSID.
e) If the signon failed (user pressed cancel) then the CCSID defaults to 37, and the session CCSID is set to 37.
public static void contributeCompileMenuItems(ITextEditor editor, IMenuManager menuCompile, Shell shell)
editor
- the editor that the source is open inmenuCompile
- the compile menupublic static void contributeBaseToolbarItems(ITextEditor editor, IToolBarManager toolBarManager)
editor
- the editor for the itemstoolBarManager
- the toolbar managerpublic static void doSaving(com.ibm.lpex.core.LpexView view)
view
- public static IMenuManager createCompileMenu(ITextEditor editor, IMenuManager menuManager, IMenuManager compileMenu, IISeriesEditorParser parser)
editor
- the lpex text editor to add the source menumenuManager
- the menu manager
public static IMenuManager createLanguageHelpMenu(ITextEditor editor, IMenuManager menuManager, String strPrefix, IMenuManager langHelpMenu)
editor
- menuManager
- the menu managerstrPrefix
- the prefix for the item from the resource bundle
public static IMenuManager createSourceMenu(ITextEditor editor, IMenuManager menuManager, IMenuManager sourceMenu)
editor
- the lpex text editor to add the source menumenuManager
- the menu manager
public static String determineRPGCSpecOpcode(String strLineText, boolean bILE)
strLineText
- - a c spec linebILE
- - true if ILE RPG
public static String determineRPGCSpecOpcode(String strLineText, boolean bILE, boolean bPreserveCase)
strLineText
- - a c spec linebILE
- - true if ILE RPGbPreserveCase
- - indicates if case should be preserved
public static String determineRPGCFreeSpecOpcode(String strLineText)
strLineText
- - a c free spec line
public static String determineRPGOpcode(String strLineText, boolean bILE)
strLineText
- - a line
public static String generateTabString(int[] iatabs)
public static TextEditorAction getBaseEditorAction(ITextEditor editor, String actionId)
editor
- the editor to which the action belongs toactionId
- the id of the action to retrieve
public static int getCurrentLine(com.ibm.lpex.core.LpexView view)
public static int getDataLength(String[] straDataWords, String strLine)
public static void setDateArea(com.ibm.lpex.alef.LpexTextEditor editor)
public static void setDateArea(com.ibm.lpex.core.LpexView view)
public static void setDateArea(com.ibm.lpex.core.LpexView view, IISeriesEditorParser iSeriesParser)
public static int getDocumentLineBottom(com.ibm.lpex.core.LpexView view)
public static int getDocumentElementBottom(com.ibm.lpex.core.LpexView view)
public static int getDocumentLineNext(com.ibm.lpex.core.LpexView view, int iLine)
public static int getDocumentElementNext(com.ibm.lpex.core.LpexView view, int iElement)
public static int getDocumentLinePrevious(com.ibm.lpex.core.LpexView view, int iLine)
public static int getDocumentElementPrevious(com.ibm.lpex.core.LpexView view, int iElement)
public static String getDocumentLineText(com.ibm.lpex.core.LpexView view, int iLine)
public static String getDocumentElementText(com.ibm.lpex.core.LpexView view, int iElement)
public static String getDocumentLineTextDBCS(com.ibm.lpex.core.LpexView view, int iLine, boolean bPadDoubleByteCharacters)
public static String getDocumentElementTextDBCS(com.ibm.lpex.core.LpexView view, int iElement, boolean bPadDoubleByteCharacters)
public static int getDocumentLineTop(com.ibm.lpex.core.LpexView view)
public static int getDocumentElementTop(com.ibm.lpex.core.LpexView view)
public static int getDocumentNumberOfLines(com.ibm.lpex.core.LpexView view)
view
- the view in which the document is open
public static String getLineText(com.ibm.lpex.core.LpexView view, int iLine)
public static String getLineTextDBCS(com.ibm.lpex.core.LpexView view, int iLine, boolean bPadDoubleByteCharacters)
public static String getElementTextDBCS(com.ibm.lpex.core.LpexView view, int iElement, boolean bPadDoubleByteCharacters)
public static int getMacroLength(String[] straMacroWords, String strLine)
public static int getMacroType(String[] straMacroWords, String strLine)
public static IFile getIFile(ITextEditor editor)
editor
- the editor in which the source is open
public static ISeriesConnection getISeriesConnection(ITextEditor editor)
editor
- the text editor to find the connection for
public static ISeriesMember getISeriesMember(ITextEditor editor)
editor
- the editor that the member is open in
public static String getCommonFilterMenuItems()
public static IISeriesEditorParser getParserForPrimaryLpexView(com.ibm.lpex.alef.LpexTextEditor editor)
editor
-
public static int getRecordLength(com.ibm.lpex.core.LpexView view)
view
- the view which contains the source
public static IRunnableContext getRunnableContext()
public static int getRPGILEAutoIndentValue()
public static String getSignature()
public static int getSQLLength(String[] straSQLWords, String strLine)
public static boolean hasSemicolon(String strLine)
public static boolean indentRPGILECFreeOpcode(String strOpcode)
public static void initializeBasePreferences(com.ibm.lpex.core.LpexView view, IISeriesEditorParser parser)
view
- the view used to apply the preferences toparser
- the parser for the viewpublic static void enableMultipleViews(com.ibm.lpex.core.LpexView view)
view
- public static boolean isCFEnd(String strLine)
public static boolean isCFStart(String strLine)
public static boolean isSQLStart(String strLine)
public static boolean isSQLEnd(String strLine)
public static boolean isData(String[] straDataWords, String strLine)
public static boolean isExtendedFactorTwoOpcode(String[] straXF2_opcodes, String[] straXF2_possible_opcodes, String strLine)
public static boolean isMacro(String[] straMacroWords, String strLine)
public static boolean isNumeric(String strNumeric)
public static boolean isPrimaryLpexView(com.ibm.lpex.core.LpexView lpexView)
public static com.ibm.lpex.alef.LpexTextEditor getLpexEditor()
public static com.ibm.lpex.core.LpexView[] getAllLpexViews(com.ibm.lpex.alef.LpexTextEditor editor)
editor
- the editor to retrieve the view.
public static com.ibm.lpex.core.LpexView getPrimaryLpexView(com.ibm.lpex.alef.LpexTextEditor editor)
editor
- the editor to search for a primary view
public static void refreshAllViews(com.ibm.lpex.alef.LpexTextEditor editor)
It is needed because adding text programmatically (ie wizards)to one view doesn't trigger a parse in all the views.
editor
- The editor to refresh all its view.public static boolean isSlashComment(String strLine, int iIndex)
strLine
- iIndex
-
public static boolean isSQL(String[] straSQLWords, String strLine)
public static boolean isWhiteSpace(char c)
public static boolean outdentRPGILECFreeOpcode(String strOpcode)
public static String prependLineWithSignature(String strLine)
public static void refreshBasePreferences(com.ibm.lpex.core.LpexView view)
view
- the view to apply the preferences topublic static void removeAllShowLines(com.ibm.lpex.core.LpexView view)
public static void removeAllShowLines(com.ibm.lpex.core.LpexView view, boolean ignoreCompileErrors, com.ibm.lpex.alef.LpexTextEditor editor)
public static void removeMessages(com.ibm.lpex.alef.LpexTextEditor editor, int iElementStart, int iElementEnd, boolean ignoreCompileErrors)
public static void removeMessages(com.ibm.lpex.alef.LpexTextEditor editor, int iElementStart, int iElementEnd)
public static void setDocumentLineText(com.ibm.lpex.core.LpexView view, int iLine, String strLine)
public static void setDocumentElementText(com.ibm.lpex.core.LpexView view, int iElement, String strElement)
public static void setElementColors(com.ibm.lpex.core.LpexView view, int iElement, String strStyles, boolean bFixedLengthFields)
public static void setEncoding(com.ibm.lpex.core.LpexView view, int iCCSID)
view
- the view to set the encodingiCCSID
- the ccsid to convertpublic static void setLineColors(com.ibm.lpex.core.LpexView view, int iLine, String strStyles, boolean bFixedLengthFields)
public static void setMessageElementColors(com.ibm.lpex.core.LpexView view, int iElement, String strStyles)
public static ISeriesConnection getHostConnectionForLocalFile(boolean bPromptAllowed)
bPromptAllowed
- whether or not the user should be prompted
public static ISeriesFile COBOLgetFieldFile(com.ibm.lpex.core.LpexView view, IISeriesEditorParser parser)
view
- the view that the show fields action is running inparser
- the parser for the view
public static boolean COBOLisValidFieldAction(com.ibm.lpex.core.LpexView view)
view
- the view that the source is open in
public static boolean COBOLisValidIncludeAction(com.ibm.lpex.core.LpexView view)
view
- the view that the source is open in
public static ISeriesMember COBOLgetIncludeMember(com.ibm.lpex.core.LpexView view, IISeriesEditorParser parser, boolean ILE)
view
- parser
- ILE
-
public static IPath getParseFilePath(IFile sourceFile)
public static URL getParseFileURL(IFile sourceFile)
public static void ensureVisible(com.ibm.lpex.core.LpexView lpexView, int element)
public static void selectionLinesChanged(com.ibm.lpex.alef.LpexTextEditor _editor, com.ibm.lpex.core.LpexView _view, int iLineOrigin, int iLineExtent, int iLineCursor, int startPosition, int selectedLength)
iLineOrigin
- - begin of higlighted rangeiLineExtent
- - number of lines in highlighted rangeiLineCursor
- - cursored linestartPosition
- - column of begin of selectionpublic static void selectionLinesChanged(com.ibm.lpex.alef.LpexTextEditor _editor, int iLineOrigin, int iLineExtent, int iLineCursor, int startPosition, int selectedLength)
iLineOrigin
- - begin of higlighted rangeiLineExtent
- - number of lines in highlighted rangeiLineCursor
- - cursored linestartPosition
- - column of begin of selection
|
iSeries Remote Systems v6.0.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |