|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object DefaultListSelectionModel template_applicatif.wListe.ListeSelectionListener
public class ListeSelectionListener
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 |
---|
public ListeSelectionListener(Sql sql, JTable jt)
Method Detail |
---|
public boolean isMovable()
public void selectRow(int column)
public void addPropertyChangeListener(String propertie, java.beans.PropertyChangeListener pcl)
addPropertyChangeListener
in interface UserIUpdate
public void removePropertyChangeListener(String propertie, java.beans.PropertyChangeListener pcl)
removePropertyChangeListener
in interface UserIUpdate
public void valueChanged(javax.swing.event.ListSelectionEvent e)
valueChanged
in interface javax.swing.event.ListSelectionListener
public void setUserAction(boolean enable)
public int getColHasSelection()
public int getRowHasSelection()
public void dispose()
protected void finalize()
finalize
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |