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.widgets.config;
/*-
* #%L
* JAXX :: Widgets
* %%
* Copyright (C) 2008 - 2024 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.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 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.spi.UIHandler;
import org.nuiton.jaxx.runtime.swing.SwingUtil;
import static io.ultreia.java4all.i18n.I18n.t;
public class ConfigCallBackUI extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAKWUQU8TQRTHp5W2tBWpkKAHDySgGJFdvegBggqEFKxiBAmxF6e7Yzs43Rln39rlwsGDN7+AB69eDN+BeDLx4pXvYMJH8M1uaalpa4EedjbT937zf2/+b7//ISlfk7tSVy0v4CA9a5eGoaUDD3idWetPdnY2KrvMgRXmO5orkJrEv0SSJMsk77b2fSBWuYQkOybZhmQ3SfayrCvpMe8UaL5Ecj7sCebXGAMgt3smO75vb7Yi50MV6OZZXVV3O+vXp/tHCbbyJUlIqFB+BsuePQOgXfVQiSS5C2SstEs/UFtQr4riNPeqWNCI2VsW1Pef0zp7T/ZJpkTSimqEAZk7V3siXIQKFZDh6fUX1GPiHhD7X/0N7lYZ+JYjvbe8imWYZZkKsUSdd6/WlIowaSCZGvVcwTSQB2dkFOPENmpken3T0VIIowpFXTMdCC2/gQ2xTv1lwrOtrILLAF3F3BMykKsdiVuaRSmjrZRkVQIZ7whaCgB1d5JzgJlFRl1T3VhHeNS3zmjsZolWom52xka7Jui6Qqfc6uUUdKbVdmbbJIkySekAt4FM9R4K4+uXGBU7eqq3o80xUeDHg339rXF8dGLjLIqb/F/WqYlFTyktFfaGG22jsYcD4MJ+RtV8GYFM4MVE4zzTX/lmMxLVo4ro+ixDsorUryEtlTk6/DHx5vclklwlOSGpu0pN/BrJQk1jx6RwQ/XocSTucmMYnwUjE0ha0D2Jd0uuLLgU6GSFey7eymKIXZrp36WWqION459fP988POlUAjVOD5LZ7lbqNUlzT3CPRSPfnOauI55XPgtc2R7VbsObMGtONWdnKnrOdKu/4EgR1L3YxducNUzknTAwy2xUi3mbi3iFAXjDzOVAKwIdOrYQVzRJAb9ZlQDYYnfu+ADcvJYStrnPEW2CHp4fldWyUWS8WoMLgoa4E38SevRrYhAGsLCfjkEYeZBSbHG1dVGU2X7ah3ADCX8BJd69h8gHAAA=";
private static final Logger log = LogManager.getLogger(ConfigCallBackUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List