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 jaxx.demo;
/*-
* #%L
* JAXX :: Demo
* %%
* Copyright (C) 2008 - 2018 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 jaxx.runtime.JAXXBinding;
import jaxx.runtime.JAXXContext;
import jaxx.runtime.JAXXObject;
import jaxx.runtime.JAXXObjectDescriptor;
import jaxx.runtime.JAXXUtil;
import jaxx.runtime.SwingUtil;
import jaxx.runtime.context.DefaultJAXXContext;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
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 = "H4sIAAAAAAAAAI2RzUrDQBDHp6mNoBTEghRE8OOePEBP2iAqQUUvhZy2ydqm5mPdnUh6ER/BR9C7R28+hzdfQcQXECeJTYwKuoeFnZn/f38zc/8CLSVhY8LS1JBJhH7IjYPtweBoOOEuWly50hcYSyhOQwPNgUWvjCuELcfO5Oan3OzHoYgjHn1R92xYUDgNuBpzjghrdYWrlHlapnupSOTMtYT6zfX27VW78a7vNIBUEF2TWln/S1V1MmeD5nsIy/TTJTMDFo0IQ/rRiHjbWawfMKUOWcgv4ArmbdAFk2SGsPn/lnOPXJ8KhCbGdHdySI+HsWHRdcwiHgiRV+kI7TG9LH7GkgD3iW8pQzEyPKPAq0r1oYzPuUTo1h33yGEnT1GthNXaUGjcRjXuah4NB1oyoTDZOT83dEKpYjfdb7vJDPPs+0rn6fH5YXe2EPgAp4gHOGACAAA=";
private static final Log log = LogFactory.getLog(DemoPanel.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List