Class IProposalConflictHelper.NullHelper

    • Constructor Detail

      • NullHelper

        public NullHelper()
    • Method Detail

      • existsConflict

        public boolean existsConflict​(java.lang.String proposal,
                                      ContentAssistContext context)
        Description copied from interface: IProposalConflictHelper
        Returns false if the proposal would corrupt the previous input.
        Specified by:
        existsConflict in interface IProposalConflictHelper
        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.