com.ibm.etools.iseries.edit.codeassist.base
Class ISeriesEditorFunctionalCompletionProposal
java.lang.Object
com.ibm.etools.iseries.edit.codeassist.base.ISeriesEditorBaseCompletionProposal
com.ibm.etools.iseries.edit.codeassist.base.ISeriesEditorCompletionProposal
com.ibm.etools.iseries.edit.codeassist.base.ISeriesEditorFunctionalCompletionProposal
public class ISeriesEditorFunctionalCompletionProposal
- extends ISeriesEditorCompletionProposal
Methods inherited from class com.ibm.etools.iseries.edit.codeassist.base.ISeriesEditorCompletionProposal |
apply, blankString, deleteBlanksBefore, getAdditionalColumnWidth, getHSpecIndent, insertLine, positionOfLastSeparator, resetColumnSensitivity, trimLeadingWhitespace, trimTrailingWhitespace, turnOffColumnSensitivity |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_insertParams
protected boolean _insertParams
_functionalProposal
protected ISeriesEditorFunctionalProposalMatch _functionalProposal
ISeriesEditorFunctionalCompletionProposal
public ISeriesEditorFunctionalCompletionProposal(String replacementString,
int replacementOffset,
int replacementLength,
int cursorPosition,
Image image,
String displayString,
IContextInformation contextInformation,
String additionalProposalInfo,
ISeriesEditorFunctionalProposalMatch functionalProposal)
insertParams
protected void insertParams(LpexView lpexView)
doDelete
protected void doDelete(LpexView lpexView,
int length)
- Overrides:
doDelete
in class ISeriesEditorCompletionProposal
insertText
protected void insertText(LpexView lpexView,
String replacementString)
- Overrides:
insertText
in class ISeriesEditorCompletionProposal
getReplacementWidth
protected int getReplacementWidth(int offset)
- Overrides:
getReplacementWidth
in class ISeriesEditorCompletionProposal
Copyright © 2011 IBM Corp. All Rights Reserved.
Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.