Class PanelEditorXml

    • Method Detail

      • store

        public Element store​(java.lang.Object o)
        Default implementation for storing the contents of a PanelEditor
        Parameters:
        o - Object to store, of type PanelEditor
        Returns:
        Element containing the complete info
      • load

        public boolean load​(Element shared,
                            Element perNode)
        Create a PanelEditor object, then register and fill it, then pop it in a JFrame.
        Specified by:
        load in interface XmlAdapter
        Overrides:
        load in class AbstractXmlAdapter
        Parameters:
        shared - Top level Element to unpack.
        perNode - Top-level XML element containing the private, single-node elements of the description
        Returns:
        true if successful