Interface Editable

    • Method Detail

      • createEditor

        void createEditor()
        Create an editor. This editor will have no parent window.
      • createEditor

        void createEditor​(NamedObj object)
        Create an editor for configuring the specified object. This editor will have no parent window.
        Parameters:
        object - The object to configure.
      • createEditor

        void createEditor​(NamedObj object,
                          java.awt.Frame parent)
        Create an editor for configuring the specified object with the specified parent window.
        Parameters:
        object - The object to configure.
        parent - The parent window, or null if there is none.