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.feature.nav.content;
/*-
* #%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.BorderLayout;
import java.awt.Container;
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.JPanel;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.nuiton.jaxx.demo.feature.nav.NavDemoHandler;
import org.nuiton.jaxx.demo.feature.nav.tree.NavDemoTreeHelper;
import org.nuiton.jaxx.demo.feature.nav.treetable.NavDemoTreeTableHelper;
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.swing.SwingUtil;
public abstract class AbstractContentUI extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAJ2TMW8TMRTHX0KTtClQysBcqYUiAT6YkBoERImqtAotokWqyIKTc5OLHNvY79Lr0oGBjS/AwMqC+h0qJiQW1nwHpH4E7LuQi1DSFG640/ne+/nvd///11+QMxruS90mIgxQCtKlUUR0KDDoMbJdPjjYbXZZC6vMtHSgUGpIrkwWsg1Y9EfrBoE06pbkJSTPkbwhyavInpKCiTFQqQ5Fg8ecmQ5jiHB3anPLGG9vVFmKVKiHe01UPWmvHx8eDTKs+ikLECkrf84e+94/ANJTz9UhG/gIN+td2qcep6JtxelAtO2Brrm1CqfG7NAeewcnUKhDXlFtYQgP/ms8MS5GRQphfm37JRWMP0TY+Fu/z3qSHDKKoWZE0D5pSYEWSspNg5q2sJK8v95SKibmEYqoGasxrphGeDyT6KrJDu1X7Yf9UWeKW3IF+7TJR8zypZjoWsbBY4yUXuhQ4XNH9WZSh6xa0mEZGu5M++HWYCQ1WPqvMw3I6dAuI6xO97az5ytblRhzdbox3TZx4fvTE/3l6Hzwx40ZK25lVtdY8Kw1lJZuvIHTtpRYMcSAey+oKjVgwTBuUxuncv1i5XvDSqveqlh2JOJIpEZNx9JyhcHZt1tvf16B7CYUuaT+JnX1W7CAHW0nJrkfqWfPY3FXj+bt/YaTiZDn9FiG1vfXn/gU6UozEL6NydPITmn94imNRJ3unn///PH22fik1i7TmU4r9wbygeCBYHFyh6GcmNRFZVjoyzRxkzKYcc+iUuo38gECEj4FAAA=";
private static final Logger log = LogManager.getLogger(AbstractContentUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List