Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.integralsource.monsoon.jfc
Class ItemListSelectionModel  view ItemListSelectionModel download ItemListSelectionModel.java

java.lang.Object
  extended byjavax.swing.DefaultListSelectionModel
      extended byorg.integralsource.monsoon.jfc.ItemListSelectionModel
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.ListSelectionModel, java.io.Serializable

public class ItemListSelectionModel
extends javax.swing.DefaultListSelectionModel


Field Summary
(package private)  ListViewer _viewer
           
 
Fields inherited from class javax.swing.DefaultListSelectionModel
leadAnchorNotificationEnabled, listenerList
 
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Constructor Summary
ItemListSelectionModel(ListViewer viewer)
           
 
Method Summary
 void itemSelected(int row)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionInterval, setSelectionMode, setValueIsAdjusting
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_viewer

ListViewer _viewer
Constructor Detail

ItemListSelectionModel

public ItemListSelectionModel(ListViewer viewer)
Method Detail

itemSelected

public void itemSelected(int row)