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.runtime.swing.config;
/*-
* #%L
* JAXX :: Config
* %%
* Copyright (C) 2008 - 2020 Code Lutin
* %%
* 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.BorderLayout;
import java.awt.Container;
import java.awt.LayoutManager;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import javax.swing.JButton;
import javax.swing.JLabel;
import javax.swing.JPanel;
import javax.swing.JScrollPane;
import javax.swing.JTree;
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 static org.nuiton.i18n.I18n.t;
public class ConfigCallBackUI extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAKVUu24TQRQdm9iObUJMLEIQQQokElIQNlQUiUJIUOQE8xAJEcIN493BnjDeGWbv4k2D+AQ+AXoaJDoqREFNQYP4BYQoaBF3xq8sbIJFXOxYM/ecOffsufv6G0n5mpzdoWFY0oEHvMVKG9fu379d32EOXGe+o7kCqUnnl0iSZI3k3f6+D2S2VjXwchdeXpUtJT3m7UEvVEnOh13B/CZjAORMFOH4fnmzf7wQqkD3WPui4lhf/viefOE+f5UkJFSoLoOtzPwLNehkpEqS3AUygTc9pWVBvQbK0NxroN4xs7cqqO/foi32hDwjmSpJK6qRDMi54Vu2HBYfKiCjcxt3qMfEJSDzEaV+G+8tOdJ7xBso2yyrVIgV6jy+t66UZUgDyTSp5wqmgVweHl7pYAYsY3Mbm46WQhgtKOWkaTbskuw5MuXZPqrgMsBQMLfHDOR4BLilmYWM9yHJhgRSjBStBADSizLnAJEVRl3T2ESk3LoVrUYPq7RuPYzW2l1TNKUwCacjBmHGSoOMDUKQqJGUDnAbyFTt71jexaNOIKf+CKQhtKe/Jouf3319u9ZLYRbvPhFbumeIMB1KS4X9cnP1eCeCAXBRvknVQg1ZmECz7YRNxwjb7B6jOLzPvoeSgZcq1G8iRSrz5f2HyYefjpDkGskJSd01aurXSRaaGl2Qwg3V1WWr6Gh7FJ8Fow1IWtBdiS+JHFt0KdCZOvdctHcpRBOmY0zoK6lnP/4sbr5Z7hmRQGGn9i0fmJF6QNLcE9xjdiC7sxY7gHnls8CVg5mKm7KEWXOqG/dZ+zwf12nBkSJoeZ3gbXPWNpXzYWCWC7YB8++i5SsMwTfKXA60LjBfE4udjmYo4BelHgBbiuctDsGb11LCNvc5UpuiK/9PldWyXWG80YRDEo1wpzPF+/g1OQwHsPAgHcNw5EFKscXV1mGpzPaNAximkeE3L0t+6y8HAAA=";
private static final Log log = LogFactory.getLog(ConfigCallBackUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List