List of usage examples for javax.swing.event ListSelectionListener interface-usage
From source file com.igormaznitsa.jhexed.swing.editor.ui.tooloptions.LayerValueIconList.java
public class LayerValueIconList extends JScrollPane implements ListSelectionListener { private static final long serialVersionUID = 4067088203855017500L; private static final int ICON_SIZE = 48; private HexFieldLayer currentLayerField;
From source file de.codesourcery.eve.skills.ui.components.ListEditingComponent.java
/**
* Abstract base-class for simple list-editing components.
*
* This component renders a <code>JList</code> with the
* model data and three buttons for adding, editing
* and removing list items. Subclasses may override
From source file org.jdal.swing.ListPane.java
/** * A Container with List for select visible panel. * * @author Jose Luis Martin - (jlm@joseluismartin.info) */ public class ListPane extends JPanel implements ListSelectionListener {
From source file com.oracle.cch.swingtest.MainJFrame.java
/** * * @author chacao */ public class MainJFrame extends javax.swing.JFrame implements ListSelectionListener {
From source file com.cch.aj.entryrecorder.frame.SearchJFrame.java
/** * * @author chacao */ public class SearchJFrame extends javax.swing.JFrame implements ListSelectionListener {
From source file org.xulux.swing.listeners.UpdateButtonsListener.java
/**
* A listener for update buttons. The prepostfieldlistener isn't
* very usefull for this purpose.
*
* @author <a href="mailto:martin@mvdb.net">Martin van den Bemt</a>
* @version $Id: UpdateButtonsListener.java,v 1.10 2005-02-18 09:10:40 mvdb Exp $
From source file components.SplitPaneDemo2.java
public class SplitPaneDemo2 extends JFrame implements ListSelectionListener { private JLabel label; public SplitPaneDemo2() { super("SplitPaneDemo2");
From source file kenh.xscript.elements.Debug.java
/**
* Debug interface.
*
* @author Kenneth
* @since 1.0
*
From source file ftpclientgui.MainWindow.java
/** * * @author Przemo */ public class MainWindow extends javax.swing.JFrame implements IFTPManagerListener, ActionListener, WindowListener, ListSelectionListener {
From source file components.SplitPaneDemo.java
public class SplitPaneDemo extends JPanel implements ListSelectionListener { private JLabel picture; private JList list; private JSplitPane splitPane; private String[] imageNames = { "Bird", "Cat", "Dog", "Rabbit", "Pig", "dukeWaveRed", "kathyCosmo", "lainesTongue", "left", "middle", "right", "stickerface" };