Class NewScriptNTO

  • All Implemented Interfaces:
    com.im.df.api.support.DFNewTypeOptions, com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript, com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

    public class NewScriptNTO
    extends com.chemaxon.dif.db.api.item.newtype.SingleDFItemNTO
    implements com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript
    Author:
    Martin Adamek
    • Field Summary

      • Fields inherited from interface com.im.df.api.support.DFNewTypeOptions

        PROP_ERROR_MESSAGE, PROP_VALID
      • Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript

        PROP_SCRIPT_XML
      • Fields inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

        PROP_DESCRIPTION, PROP_NEW_DFITEM_NAME
    • Constructor Summary

      Constructors 
      Constructor Description
      NewScriptNTO​(com.chemaxon.dif.db.api.script.ScriptsContainer scriptsContainer, String defaultScriptName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.im.ijcs.api.ddl.dto.ScriptXml getScriptXml()  
      void setScriptXml​(com.im.ijcs.api.ddl.dto.ScriptXml scriptXml)  
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.SingleDFItemNTO

        getDescription, getNewDFItemName, getParentContainer, normalizeDFItemName, notifyNewDFItemNameChanged, setDescription, setNewDFItemName, setNewDFItemNameSafe, updateStatus
      • Methods inherited from class com.chemaxon.dif.db.api.item.newtype.AbstractNTOImpl

        addPropertyChangeListener, firePropertyChange, getErrorMessage, isValid, removePropertyChangeListener, setErrorMessage, setValid
      • Methods inherited from interface com.im.df.api.support.DFNewTypeOptions

        addPropertyChangeListener, getErrorMessage, isValid, removePropertyChangeListener
      • Methods inherited from interface com.im.df.api.support.DFNewTypeWellKnownOptions.SingleDFItem

        getDescription, getNewDFItemName, setDescription, setNewDFItemName, setNewDFItemNameSafe
    • Constructor Detail

      • NewScriptNTO

        public NewScriptNTO​(com.chemaxon.dif.db.api.script.ScriptsContainer scriptsContainer,
                            String defaultScriptName)
    • Method Detail

      • setScriptXml

        public void setScriptXml​(com.im.ijcs.api.ddl.dto.ScriptXml scriptXml)
        Specified by:
        setScriptXml in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript
      • getScriptXml

        public com.im.ijcs.api.ddl.dto.ScriptXml getScriptXml()
        Specified by:
        getScriptXml in interface com.im.df.api.support.DFNewTypeWellKnownOptions.NewScript