public static class IProposalConflictHelper.NullHelper extends Object implements IProposalConflictHelper
IProposalConflictHelper.NullHelper| Constructor and Description |
|---|
IProposalConflictHelper.NullHelper() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
existsConflict(String proposal,
ContentAssistContext context)
Returns
false if the proposal would corrupt the previous
input. |
public boolean existsConflict(String proposal, ContentAssistContext context)
IProposalConflictHelperfalse if the proposal would corrupt the previous
input.existsConflict in interface IProposalConflictHelperproposal - a possible proposal string. Is never null.context - the current content assist context. Is never null.false if the proposal would corrupt the current input.Copyright © 2016. All Rights Reserved.