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 - 2020 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.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.TreeMap;
import javax.swing.JTabbedPane;
import javax.swing.SwingUtilities;
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.binding.DefaultJAXXBinding;
import org.nuiton.jaxx.runtime.context.DefaultJAXXContext;
import org.nuiton.jaxx.runtime.swing.SwingUtil;
import org.nuiton.jaxx.runtime.swing.TabInfo;
import static io.ultreia.java4all.i18n.I18n.t;
public class DemoTab extends JTabbedPane implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------ Constants for all public bindings ------------------*/
/*-----------------------------------------------------------------------*/
public static final String BINDING_SOURCE_TABS_SOURCES = "sourceTabs.sources";
public static final String BINDING_TAB_DEMO_PANEL_TITLE = "tabDemoPanel.title";
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAJ1TO28TQRAeO7GN8+IlqCJk4TyQgDtRJ+KhRBFBhiBMEeGGtW9JLjrvLrtz+GhSUNDxByhoaVD+Q0SFREPr/4CUn8Ds+uKzEl8IXLF3mpv55pvZ7/v2G0pGwx2pdzwRhyiFt8eSxNOxwLDLvSePtre32nu8g+vcdHSoUGoYPIUiFFswHQzjBsFrNQjJHyD5FslPkfw12VVScDECtNKAKYPvI252OUeEW7nFHWP85jBzJVGxTnuNZT2u18+P9/oFvv65CJAoom/Hvv0PANnUkw0ohgHClcYee8f8iIkdIqdDsUMDzdrYWsSMeca6/C3sQ6UBZcU0gSHc/a/1ODgHlSiECZR0zp+kHvCu9NbpeMnaSrn0MsIMsrYNPmeCRwiLeQObHtH3qHRTvJFZeTXIam/kdnQJtqI6LJxL+zZlrDvcRecy2CnjwtSONFPLxR0pJmQNS3nsSR5eJo/spgotKOmYwgj1fGVacb2grIGs6vmysm1c4oeDff21d9Q/1tIkkTs1xsmqEdvQxSotFdcYWm4XB0KKMYz8p0yttKBqeESec55aPpt5M80k9sTiskXyLJL3mJldQitV+offr7/+NQHFDZiKJAs2mM3fhCruatqYjIJEPXjoyM30LtB5ydJEKGGIEa1zbjVgyGrtUAQkkvsJLWn57CUNOR1sHf348mnx8HhRBaK4cJ7KbFmlV1AORRQK7myXOmqszaaV4XEgM7uMM1DBvmdVKsZ5d9ZOj2/DN8njq4PeNYbk8HaMnOa3/xbcNPZryeVe/SsiwmwoOrJLOxzyqY8Hu3YOsIrJ3HEGzB9GP73+4QUAAA==";
private static final Logger log = LogManager.getLogger(DemoTab.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List