Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
package org.nuiton.jaxx.demo;
/*-
* #%L
* JAXX :: Demo
* %%
* Copyright (C) 2008 - 2019 Code Lutin, Ultreia.io
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Lesser Public License for more details.
*
* You should have received a copy of the GNU General Lesser Public
* License along with this program. If not, see
* .
* #L%
*/
import java.awt.Container;
import java.awt.LayoutManager;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import javax.swing.JPanel;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.nuiton.jaxx.runtime.JAXXBinding;
import org.nuiton.jaxx.runtime.JAXXContext;
import org.nuiton.jaxx.runtime.JAXXObject;
import org.nuiton.jaxx.runtime.JAXXObjectDescriptor;
import org.nuiton.jaxx.runtime.JAXXUtil;
import org.nuiton.jaxx.runtime.context.DefaultJAXXContext;
import org.nuiton.jaxx.runtime.swing.SwingUtil;
import org.nuiton.util.StringUtil;
public abstract class DemoPanel extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*---------------- Constants for all javaBean properties ----------------*/
/*-----------------------------------------------------------------------*/
public static final String PROPERTY_HELP_DEFAULT_ID = "helpDefaultId";
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAJ2SwUrDQBCGp6mtoBTEB/BSEEHd4LknbQ4qQUUvhZy27dqmJrvr7kTjpQcPPoQv4EV8Ep+g7yD4CE6S2og0B93Dwg4z3/wz/75+QMMa2FNmxGQSopJswtOUmURiGAt2etjrnfcnYoCesAMTalQGilNzwAlgfbiIWwQW+ERyC5Kbkdw5ye2qWCsp5A9Qx4c1iw+RsGMhEGGnsnhgrXu1yOykOjHzXktVL+v1/nQwqwnv2QFINcmv09i7fwCUU6/44IRDhE1/wu+4G3E5InEmlCMaqJXFuhG39ozH4hamsOpDU3NDMIT9f60nx+WoVCPUUdG99Vv6UMSKeXRdcCkirfOCJkJrTC9PXPMkwhNSvZEJZJloVoguU5t9o26EQWhXwo8JdpRnUZmB7aoFkmGsNKzcXS2AhkkoTE2q/0pm9yVlFUa3q43O2uSJj29T83L/Oft2F74AXP/t/NkCAAA=";
private static final Logger log = LogManager.getLogger(DemoPanel.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List