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 Main.java

class ListRenderingFrame extends JFrame implements ListSelectionListener {
    JLabel label = new JLabel("The quick brown fox jumps over the lazy dog");

    public ListRenderingFrame() {
        setTitle("ListRendering");
        setSize(400, 300);

From source file com.mirth.connect.client.ui.SettingsPanelDatabaseTasks.java

public class SettingsPanelDatabaseTasks extends AbstractSettingsPanel implements ListSelectionListener {

    public static final String TAB_NAME = "Database Tasks";

    private JXTable taskTable;
    private JXTable channelsTable;

From source file channel.metadata.ChannelMetadataPanel.java

public class ChannelMetadataPanel extends JPanel implements ListSelectionListener {
    private final static Logger mLog = LoggerFactory.getLogger(ChannelMetadataPanel.class);

    private static final String PROPERTY_PREFIX_BACKGROUND = "channel.metadata.panel.state.color.";
    private static final String PROPERTY_PREFIX_FOREGROUND = "channel.metadata.panel.text.color.";
    private ChannelProcessingManager mChannelProcessingManager;

From source file components.ListDemo.java

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

    private static final String hireString = "Hire";
    private static final String fireString = "Fire";

From source file edu.ku.brc.specify.datamodel.busrules.LocalityBusRules.java

/**
 * @author rod
 *
 * @code_status Alpha
 *
 * Feb 11, 2008

From source file org.pentaho.ui.xul.swing.tags.SwingListbox.java

public class SwingListbox extends AbstractSwingContainer implements XulListbox, ListSelectionListener {
    private static final long serialVersionUID = 3064125049914932493L;

    private JList listBox;
    private DefaultListModel model;
    private boolean disabled = false;

From source file io.github.dsheirer.channel.metadata.ChannelMetadataPanel.java

public class ChannelMetadataPanel extends JPanel implements ListSelectionListener {
    private final static Logger mLog = LoggerFactory.getLogger(ChannelMetadataPanel.class);

    private static final String PROPERTY_PREFIX_BACKGROUND = "channel.metadata.panel.state.color.";
    private static final String PROPERTY_PREFIX_FOREGROUND = "channel.metadata.panel.text.color.";
    private ChannelProcessingManager mChannelProcessingManager;

From source file pl.otros.logview.gui.MessageDetailListener.java

public class MessageDetailListener implements ListSelectionListener, NoteObserver {

    private static final Logger LOGGER = Logger.getLogger(MessageDetailListener.class.getName());

    private JTable table;
    private JTextPane logDetailTextArea;

From source file uk.co.petertribble.jangle.SnmpTreePanel.java

/**
 * A panel displaying the snmp statistics that are available as a list or
 * tree in a left panel, and details and possibly a graphical chart in the
 * right panel.
 *
 * @author Peter Tribble

From source file org.paxle.desktop.impl.event.MultipleChangesListener.java

public class MultipleChangesListener
        implements ChangeListener, ActionListener, ListSelectionListener, OptionChangeListener, DocumentListener {

    private static final long serialVersionUID = 1L;

    private static final Class<?>[] CLASSES;