mailpuccino
Class RecipientChooser.CustomSelectionModel

java.lang.Object
  extended byjavax.swing.DefaultListSelectionModel
      extended bymailpuccino.RecipientChooser.CustomSelectionModel
All Implemented Interfaces:
java.lang.Cloneable, javax.swing.ListSelectionModel, java.io.Serializable
Enclosing class:
RecipientChooser

class RecipientChooser.CustomSelectionModel
extends javax.swing.DefaultListSelectionModel


Field Summary
 
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
(package private) RecipientChooser.CustomSelectionModel()
           
 
Method Summary
 void add(int Index)
           
 void addSelectionInterval(int Index0, int Index1)
           
 void clear()
           
 void clearSelection()
           
 void remove(int Index)
           
 void removeSelectionInterval(int Index0, int Index1)
           
 void setSelectionInterval(int Index0, int Index1)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, removeIndexInterval, removeListSelectionListener, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, setValueIsAdjusting, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RecipientChooser.CustomSelectionModel

RecipientChooser.CustomSelectionModel()
Method Detail

add

public void add(int Index)

remove

public void remove(int Index)

clear

public void clear()

addSelectionInterval

public void addSelectionInterval(int Index0,
                                 int Index1)

clearSelection

public void clearSelection()

removeSelectionInterval

public void removeSelectionInterval(int Index0,
                                    int Index1)

setSelectionInterval

public void setSelectionInterval(int Index0,
                                 int Index1)