Class EditorFactory

    • Method Detail

      • createEditor

        public void createEditor()
        Create an editor for configuring the container. This editor will have no parent window.
        Specified by:
        createEditor in interface Editable
      • createEditor

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

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