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.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 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.binding.DefaultJAXXBinding;
import jaxx.runtime.context.DefaultJAXXContext;
import jaxx.runtime.swing.TabInfo;
import jaxx.runtime.swing.TabInfoPropertyChangeListener;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import static org.nuiton.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 = "H4sIAAAAAAAAAI1SPW8TQRAdX7CNnQQSTKIARjIJojz/AEcQFMsiyHwIU0S4Yc+3xBeddze7e+RoED+BnwA9DRIdFaKgpqBB/AWEKGgRs+vznQ8OgYs9a2bemzcz79VXKCsJlw5JHLsyYjqYUPfm9f39O94hHekuVSMZCM0lTH8lB5whLPppXGnYGvYNvJ3A27t8IjijbA7d6UNd6SchVWNKtYaLecRIqfYgTXdiEckZayqqiPXF92/Oc//ZSwcgFqjOjNL6Fyqb5EQfnMDXcAY7PSbtkLADlCEDdoB6l01sNyRK3SYTegRPodqHiiASyTRs/v/IlsPiY6FhQXN8V61In06428XnPvGEsDUVDTUTvksYDTU08nU2aspqaXVd8UiOKDLgJdby5QObUnnAkiZeN+twPrcudYzDu0i2xx7xTNKpBDNHeBazEi7k0HhGNztjtufSEMoywrCGjeGfl7+HqenNN367uSG02Z/rjU9vv7zpzQ7tYO+1wtI5n+IBhOSCSh2Y1qenV450ELZvEdEZQk3REE1uTdwsEDZI0igO+60auGvg7g2ixkhRrn5+93794ccFcHpQDznxe8TU70FNjyVugYd+LK7tWEVLxyfxXTHaNCwHbMQnuGtrDlzwtk80aXkB8zF4NcZdNAt2kQryah9+NAavd2b7KKG+c38tz3ZSfgCVgIUBo9b6iasLrb4oFI18nrm3yM8l810RiVOa9m0VDVxVmXW24sh8Llvd5t+VlOYXxBuS7I8EAAA=";
private static final Log log = LogFactory.getLog(DemoTab.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List