Class ScriptingLogPanel

    • Field Detail

      • m_TextLog

        protected BaseTextPane m_TextLog
        the text pane for displaying the commands.
      • m_ButtonClear

        protected BaseButton m_ButtonClear
        the button for clearing the log.
      • m_ButtonClose

        protected BaseButton m_ButtonClose
        the button for closing the log.
      • m_ButtonSave

        protected BaseButton m_ButtonSave
        the button for saving the log.
      • m_FileChooser

        protected BaseFileChooser m_FileChooser
        the file chooser for saving the log.
      • m_FilenameProposer

        protected FilenameProposer m_FilenameProposer
        for proposing filenames for new flows.
    • Constructor Detail

      • ScriptingLogPanel

        public ScriptingLogPanel()
    • Method Detail

      • initialize

        protected void initialize()
        Initializes the members.
        Overrides:
        initialize in class BasePanel
      • initGUI

        protected void initGUI()
        For initializing the GUI.
        Overrides:
        initGUI in class BasePanel
      • finishInit

        protected void finishInit()
        finishes the initialization, by setting size/location and running startup scripts.
        Overrides:
        finishInit in class BasePanel
      • createDocument

        protected Document createDocument()
        Creates a new document for the dialog, with syntax highlighting support.
        Returns:
        the new document
      • clear

        protected void clear()
        Clears the log.
      • save

        protected void save()
        Allows the user to save the log to a file.
      • close

        protected void close()
        Closes the dialog/frame.