Class ProductLineHeaderMenu.InputValidator

  • All Implemented Interfaces:
    org.eclipse.jface.dialogs.IInputValidator
    Enclosing class:
    ProductLineHeaderMenu

    private class ProductLineHeaderMenu.InputValidator
    extends java.lang.Object
    implements org.eclipse.jface.dialogs.IInputValidator
    Input Validation class for the product creation dialog.
    Author:
    El-Sharkawy
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private InputValidator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String isValid​(java.lang.String projectname)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InputValidator

        private InputValidator()
    • Method Detail

      • isValid

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