Class CommentInputValidator

  • All Implemented Interfaces:
    org.eclipse.jface.dialogs.IInputValidator

    public class CommentInputValidator
    extends Object
    implements org.eclipse.jface.dialogs.IInputValidator
    Comment input validator. Comment can't contain "]]>" char sequence because of sroting in xml format.
    • Constructor Detail

      • CommentInputValidator

        public CommentInputValidator()
    • Method Detail

      • isValid

        public String isValid​(String newText)
        Specified by:
        isValid in interface org.eclipse.jface.dialogs.IInputValidator