Interface IIvyScriptEditor


  • public interface IIvyScriptEditor
    Interface to an ivy script editor
    Since:
    28.08.2008
    API:
    This is a public API.
    • Method Detail

      • getText

        String getText()
        Gets the text of the editor
        Returns:
        text
        API:
        This public API is available in Java.
      • setText

        void setText​(String text)
        Sets the text of the editor
        Parameters:
        text - the text to set
        API:
        This public API is available in Java.
      • getComponent

        JComponent getComponent()
        Gets the editor ui component
        Returns:
        editor ui component
        API:
        This public API is available in Java.