Class FlowEditorDialog

    • Field Detail

      • m_FlowEditorPanel

        protected FlowEditorPanel m_FlowEditorPanel
        the underlying Flow panel.
    • Constructor Detail

      • FlowEditorDialog

        public FlowEditorDialog​(Dialog owner)
        Creates a modal dialog with the specified Dialog as its owner.
        Parameters:
        owner - the owning dialog
      • FlowEditorDialog

        public FlowEditorDialog​(Frame owner)
        Creates a modal dialog with the specified Frame as its owner.
        Parameters:
        owner - the owning frame
    • Method Detail

      • initGUI

        protected void initGUI()
        For initializing the GUI.
        Overrides:
        initGUI in class BaseDialog
      • getFlowEditorPanel

        public FlowEditorPanel getFlowEditorPanel()
        Returns the underlying flow editor panel.
        Returns:
        the panel