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.feature.nav.content;
/*-
* #%L
* JAXX :: Demo
* %%
* Copyright (C) 2008 - 2017 CodeLutin
* %%
* 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 jaxx.demo.feature.nav.NavDemoHandler;
import jaxx.demo.feature.nav.tree.NavDemoTreeHelper;
import jaxx.demo.feature.nav.treetable.NavDemoTreeTableHelper;
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.context.DefaultJAXXContext;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
public abstract class AbstractContentUI extends JPanel implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAI1TMW/TQBR+MU3SpECBiqqIIhXoiGwmliBolSpKq1AQKVJFFs7x0bi6nI+75+AuiJ/AT4CdBYmNCTEwM7Ag/gJCDKyId05qp+AKPNjyve/77rt333v9DcpGw+V9liSujiWGQ+5ure/u3vX3eR83uOnrUGGkYfyUHHB6MBdk6wbhaq9j6d6E7jWjoYokl1PsRgfqBg8ENwPOEeHSUUbfGK+blRuJivWhamaqSPXlj+/Oi+D5KwcgUeRuho6y8i9WfpKZDjhhgHCOdhoxTzC5RzZ0KPfI7ym71hTMmG025E/gGVQ7UFFMkxjClf8/cqqR8hOFMLu6dY9JLq4jeKnTgA8j9zFnGGvuSjZy+5FEUnLXfYOa9bE5/n+wqVQqU0Goo+a8zYXiGuFasYyFuNtstEGFnQyea8xbwA7zRSZ043ghtLhptSliLlkdMBkIK7VaLDURaI9hRNRw8ch1URDcPAj5TZV6UNYxLSMs9f7Ozn0qjVOz9EdqrGBa/bW48Pnd17etw6iUaO/zhdCppNMVKh3Z5oR26/lxTmIMhXeHqUYPaoYLGpN0DJYLjHUnZTJH+521dNfS3TYzA5IoV7+8/7D46NMJcFpQFxELWsziN6GGA01diESQqNtrqaOTT2fpfcZ6Q6gIdhDFlMTTNwOGbMUPZUDBvZVQE5YLmpA58Wsffy5036xNN+LCsfC8GeWHUAmlCCVPp2YyEIVTMqcMj4MoD37RKJTst66U+g1FI5yUgwQAAA==";
private static final Log log = LogFactory.getLog(AbstractContentUI.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List