Class VisualSequenceDirector.SequenceConfigureFactory

    • Method Detail

      • createEditor

        public void createEditor​(NamedObj object,
                                 java.awt.Frame parent)
        Create a top-level viewer for the specified object with the specified parent window.
        Specified by:
        createEditor in interface Editable
        Specified by:
        createEditor in class EditorFactory
        Parameters:
        object - The object to configure, which is required to contain a parameter with name matching parameterName and value that is an array of records.
        parent - The parent window, which is required to be an instance of TableauFrame.