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.GridLayout;
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.JButton;
import javax.swing.JPanel;
import javax.swing.JTabbedPane;
import javax.swing.event.ChangeEvent;
import javax.swing.event.ChangeListener;
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 org.nuiton.jaxx.widgets.config.model.ConfigUIModel;
import static io.ultreia.java4all.i18n.I18n.t;
public class ConfigUI extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAJ1UTU9TQRS9LW2BFr9KgisTDCgaZCpuNMH4BRIhRYjUhNiN0/fGMmT6Znhvnn3EyMKFO/+AC7duDP+BuDJx45b/YMJP8M68Rz+kBbRJ57XTc8+ce+ecfvsN2cCHW9KvEy/kWnpki0YR8UNP8wYjy483NlZrW8zRCyxwfK609CF+pdKQrkLBbe0HGki1jEylmKlkmEoJU2leNpT0mNdBNFeGfKB3BAs2GdMabvQtdoKgtN5CzkUq9JOzeqruddbPj7MHKbbwOQ0QKZRv2p7+B4J215kypLmroVjeom9pSVCvjuJ87tWxoXNmb17QIHhOG2wbdmGwDDlFfSTTMPNf47F0lipSGoYml9eox8RtDVN/629yt850QBzpveF1bMM8Xi4pZctzGrIN6TKh4c4plRbWql8x39okeYdqVpc+Z3jll03DEQma2D9ZrtBajblGn8EOt0qORM/i2LoK7G43NrONujSMduGehBq1GkRR4c1d73dz6BTSdkr70lJVyPqhMIon+pvU+OwFomKHTfR3mDnGAj/s7fpfm4cHnbYaP62qI0F4x8qXivnaTvNC7KlQc1FaoWquCsMBExg/G6+pk5WvJ0hUjyouGSZimMgzGmwiW3bwYP/72OtfA5BehLyQ1F2kBr8Ew3rTx4lJ4Ubq4SMrbqQ5hOtFfA/gjSOOS28J3aGhEHtkJr6mjGYRPoqJcWIgiX8raClFhauKhYwdhxDNVYSTnjp50q3G9lYPf3z5dG3/aNop7HPyLJXtiWdfQY57gnvMxjhJaM/YFlTAQle249crkJAYViX5uGLXq8emmNIwomltTVCHNeyfQfFdR1xI+eli5X0UmuKbtjPzaRq60naGM3KC7kjMCpy/71JNx2vcczFAD44xp8yaP5XRbN81y73eDKNn0JThThzdPhxjyPEHf6PwsIkGAAA=";
private static final Logger log = LogManager.getLogger(ConfigUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List