Interface DFNewTypeOptions

    • Method Detail

      • isValid

        boolean isValid()
        Is current configuration valid? It means can I use it now for create() method call now?
      • getErrorMessage

        java.lang.String getErrorMessage()
        If current options are not valid, this method returns the human readable error message.
        Returns:
        null if the options object is valid, an error message otherwise.
      • addPropertyChangeListener

        void addPropertyChangeListener​(java.beans.PropertyChangeListener pcl)
      • removePropertyChangeListener

        void removePropertyChangeListener​(java.beans.PropertyChangeListener pcl)