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.runtime.swing;
/*-
* #%L
* JAXX :: Widgets
* %%
* 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 com.google.common.collect.Lists;
import java.awt.Container;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
import javax.swing.DefaultComboBoxModel;
import javax.swing.DefaultListCellRenderer;
import javax.swing.DefaultListModel;
import javax.swing.ListCellRenderer;
import javax.swing.event.ListDataListener;
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 jaxx.runtime.swing.model.GenericListListener;
import jaxx.runtime.swing.model.GenericListModel;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
public abstract class ListSelector extends Table implements JAXXObject {
/*-----------------------------------------------------------------------*/
/*---------------- Constants for all javaBean properties ----------------*/
/*-----------------------------------------------------------------------*/
public static final String PROPERTY_ADD_TOOL_TIP = "addToolTip";
public static final String PROPERTY_MODEL = "model";
public static final String PROPERTY_REMOVE_TOOL_TIP = "removeToolTip";
public static final String PROPERTY_RENDERER = "renderer";
/*-----------------------------------------------------------------------*/
/*------------------------- Other static fields -------------------------*/
/*-----------------------------------------------------------------------*/
private static final String $jaxxObjectDescriptor = "H4sIAAAAAAAAAI2SzUrDQBDHp8G2UqmIghRU/Oo58d6TVDxIVGh7KOSUNkNN2WTX3WmNF/ERfAS9e/Tmc3jzFUR8AXE3/Uirgu5xZn7/+c/OPL5BXknY7ftJYstBTGGE9slhu33e6WOXjlB1ZSiISxi9nAWWB0vBNK4I9j3X4M4Yd+o8EjzGeIauuVBSdM1QXSASwdY80VXKaU7TtUQM5ER1auo31fuPd+suuH2wABKh3ZlRdv6iskkWXLDCgGBVdxr6DvPjnrYhw7in/ZZNrM58pc78CC/hBoouFIQvtRjB3v9HTjVSPhEExWrL7zA8INieM6qudFvbDRU1kemf51KIlCoQlPwgaHHOWloYVowv23i1R16zurLEiA9xXGqCy1kyH/EAGUH1j7anpizDFvW8AUqUBJumczKD1JGxxjitCQkbc9p6q3a21ezbcx7k5UCHCSrez0No6NToBCrfTsAIptnP9bWX59en48ne4Qtq3j+fxwIAAA==";
private static final Log log = LogFactory.getLog(ListSelector.class);
private static final long serialVersionUID = 1L;
/*-----------------------------------------------------------------------*/
/*--------------------------- Internal states ---------------------------*/
/*-----------------------------------------------------------------------*/
protected List