Example usage for javax.swing.event ListSelectionListener interface-usage

List of usage examples for javax.swing.event ListSelectionListener interface-usage

Introduction

In this page you can find the example usage for javax.swing.event ListSelectionListener interface-usage.

Usage

From source file org.kuali.test.ui.components.panels.HtmlCheckpointPanel.java

public class HtmlCheckpointPanel extends BasePanel implements ListSelectionListener {
    private static Logger LOG = Logger.getLogger(HtmlCheckpointPanel.class);
    private Map<String, List<CheckpointProperty>> checkPointMap;
    private boolean empty = false;
    private boolean singleSelectMode;
    private BaseSetupDlg parentDialog;

From source file org.jimcat.gui.perspective.detail.DetailSideBar.java

/**
 * Represents the SideBar of the Detail Perspective.
 * 
 * $Id: DetailSideBar.java 935 2007-06-15 09:21:09Z 07g1t1u2 $
 * 
 * @author Herbert

From source file org.executequery.gui.editor.ManageShortcutsPanel.java

/** 
 *
 * @author   Takis Diakoumis
 * @version  $Revision: 1487 $
 * @date     $Date: 2015-08-23 22:21:42 +1000 (Sun, 23 Aug 2015) $
 */

From source file de.tor.tribes.ui.views.DSWorkbenchChurchFrame.java

/**
 * @author Charon
 */
public class DSWorkbenchChurchFrame extends AbstractDSWorkbenchFrame
        implements GenericManagerListener, ListSelectionListener {

From source file gui.QTLResultsPanel.java

public class QTLResultsPanel extends JPanel implements ListSelectionListener {
    private static final long serialVersionUID = -641427706834428089L;
    private OrderedResult order;
    private QTLResult qtlResult;
    private JList<Trait> traitList;
    private JList<String> modelList;

From source file userinterface.graph.GraphOptionsPanel.java

public class GraphOptionsPanel extends JPanel implements ListSelectionListener {
    private SettingTable graphPropertiesTable, axisPropertiesTable, displayPropertiesTable, seriesPropertiesTable;

    private JList seriesList, axesList;

    private JPanel theModel;

From source file de.tor.tribes.ui.views.DSWorkbenchWatchtowerFrame.java

/**
 * @author Charon
 * @author extremeCrazyCoder
 */
public class DSWorkbenchWatchtowerFrame extends AbstractDSWorkbenchFrame
        implements GenericManagerListener, ListSelectionListener {

From source file org.moeaframework.analysis.diagnostics.ApproximationSetViewer.java

/**
 * Window for displaying approximation set dynamics.
 */
public class ApproximationSetViewer extends JFrame
        implements ChangeListener, ActionListener, ChartChangeListener, ListSelectionListener {

From source file Main.java

public class Main extends JPanel implements ListSelectionListener {
    private JList list;
    private DefaultListModel listModel;

    private static final String addString = "Add";
    private static final String deleteString = "Delete";

From source file ListDataEventDemo.java

public class ListDataEventDemo extends JPanel implements ListSelectionListener {
    private JList list;
    private DefaultListModel listModel;

    private static final String addString = "Add";
    private static final String deleteString = "Delete";