Interface IProposalConflictHelper

    • Method Detail

      • existsConflict

        boolean existsConflict​(java.lang.String proposal,
                               ContentAssistContext context)
        Returns false if the proposal would corrupt the previous input.
        Parameters:
        proposal - a possible proposal string. Is never null.
        context - the current content assist context. Is never null.
        Returns:
        false if the proposal would corrupt the current input.