template_applicatif.wListe
Class ListeSelectionListener

Object
  extended by DefaultListSelectionModel
      extended by template_applicatif.wListe.ListeSelectionListener
All Implemented Interfaces:
UserIUpdate, Serializable, Cloneable, java.util.EventListener, javax.swing.event.ListSelectionListener, ListSelectionModel

public class ListeSelectionListener
extends DefaultListSelectionModel
implements javax.swing.event.ListSelectionListener, UserIUpdate


A_doc
Licence.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class DefaultListSelectionModel
leadAnchorNotificationEnabled, listenerList
 
Fields inherited from interface ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Constructor Summary
ListeSelectionListener(Sql sql, JTable jt)
           
 
Method Summary
 void addPropertyChangeListener(String propertie, java.beans.PropertyChangeListener pcl)
           
 void dispose()
           
protected  void finalize()
           
 int getColHasSelection()
           
 int getRowHasSelection()
           
 boolean isMovable()
           
 void removePropertyChangeListener(String propertie, java.beans.PropertyChangeListener pcl)
           
 void selectRow(int column)
           
 void setUserAction(boolean enable)
           
 void valueChanged(javax.swing.event.ListSelectionEvent e)
           
 
Methods inherited from class 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, toString
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListeSelectionListener

public ListeSelectionListener(Sql sql,
                              JTable jt)
Method Detail

isMovable

public boolean isMovable()

selectRow

public void selectRow(int column)

addPropertyChangeListener

public void addPropertyChangeListener(String propertie,
                                      java.beans.PropertyChangeListener pcl)
Specified by:
addPropertyChangeListener in interface UserIUpdate

removePropertyChangeListener

public void removePropertyChangeListener(String propertie,
                                         java.beans.PropertyChangeListener pcl)
Specified by:
removePropertyChangeListener in interface UserIUpdate

valueChanged

public void valueChanged(javax.swing.event.ListSelectionEvent e)
Specified by:
valueChanged in interface javax.swing.event.ListSelectionListener

setUserAction

public void setUserAction(boolean enable)

getColHasSelection

public int getColHasSelection()

getRowHasSelection

public int getRowHasSelection()

dispose

public void dispose()

finalize

protected void finalize()
Overrides:
finalize in class Object