Class AbstractProjectWizard.WizardModel<M extends MdObject>

    • Method Detail

      • commit

        public void commit()
        Description copied from interface: IModel
        Commits the changes to the data model.
        Specified by:
        commit in interface IModel
        Overrides:
        commit in class Model
      • getOldName

        protected String getOldName()
        Returns the previous name value.
        Returns:
        the oldName
      • commit

        protected void commit​(String language)
        Do commit() with specified language code for synonym.
        Parameters:
        language - code, cannot be null
      • getProjectNameValidator

        protected org.eclipse.core.databinding.validation.IValidator getProjectNameValidator()
        Returns project name validator in the wizard.
        Returns:
        project name validator in the wizard, never null
      • generateProjectName

        protected String generateProjectName()
        Generate project name by object name.
        Returns:
        project name, never null