List of usage examples for javax.swing.event ListSelectionListener interface-usage
From source file com.github.fritaly.dualcommander.DirectoryBrowser.java
public class DirectoryBrowser extends JPanel implements ListSelectionListener, ChangeEventSource, KeyListener, MouseListener, HasParentDirectory, FocusListener, ColumnEventListener { private static final Color EVEN_ROW = Color.WHITE; private static final Color ODD_ROW = Color.decode("#DDDDFF");
From source file com.rubenlaguna.en4j.mainmodule.NoteListTopComponent.java
/** * Top component which displays something. */ @ConvertAsProperties(dtd = "-//com.rubenlaguna.en4j.mainmodule//NoteList//EN", autostore = false) public final class NoteListTopComponent extends TopComponent implements ListSelectionListener, PropertyChangeListener {
From source file misc.TextBatchPrintingDemo.java
/** * This is a simple web browser that allows to store visited pages on the * "print list" and then prints all selected pages at once, in batch mode. */ public class TextBatchPrintingDemo implements HyperlinkListener, 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";
From source file uk.ac.babraham.SeqMonk.ProbeGenerators.MacsPeakCaller.java
public class MacsPeakCaller extends ProbeGenerator implements Runnable, ListSelectionListener { public boolean cancel = false; /** The options panel. */ private JPanel optionPanel = null;
From source file pcgen.gui.sources.SourceSelectionDialog.java
/**
* The Class <code>SourceSelectionDialog</code> provides a simplified
* interface to selecting source materials for PCGen. It is intended
* to assist the majority of regular users who use only a few source
* combinations as well as making source selection easier for first
* time users.
From source file pcgen.gui2.dialog.ExportDialog.java
/** * The dialog provides the list of output sheets for a character or party to * be exported to. */ @SuppressWarnings("serial") public final class ExportDialog extends JDialog implements ActionListener, ListSelectionListener {
From source file de.tor.tribes.ui.views.DSWorkbenchTagFrame.java
/** * @author Torridity */ public class DSWorkbenchTagFrame extends AbstractDSWorkbenchFrame implements GenericManagerListener, ListSelectionListener, ActionListener {
From source file maltcms.ui.fileHandles.csv.CSVTableView.java
/** * * @author Nils Hoffmann */ public final class CSVTableView extends JPanel implements MultiViewElement, ListSelectionListener, MouseListener {
From source file pcgen.gui2.sources.AdvancedSourceSelectionPanel.java
class AdvancedSourceSelectionPanel extends JPanel implements ListSelectionListener, ListListener<CampaignFacade>, ActionListener { private static final UIPropertyContext CONTEXT = UIPropertyContext .createContext("advancedSourceSelectionPanel"); //$NON-NLS-1$ private static final String PROP_SELECTED_GAME = "selectedGame"; //$NON-NLS-1$