javax.swing
Interface ListSelectionModel
java.lang.Object
|
+--javax.swing.ListSelectionModel
public interface ListSelectionModel
addListSelectionListener
public void addListSelectionListener(javax.swing.event.ListSelectionListener listener)
Parameters:
clearSelection
public void clearSelection()
getMaxSelectionIndex
public int getMaxSelectionIndex()
getMinSelectionIndex
public int getMinSelectionIndex()
getSelectionMode
public int getSelectionMode()
isSelectedIndex
public boolean isSelectedIndex(int a)
Parameters:
removeListSelectionListener
public void removeListSelectionListener(javax.swing.event.ListSelectionListener listener)
Parameters:
setSelectionInterval
public void setSelectionInterval(int index0, int index1)
Parameters:
setSelectionMode
public void setSelectionMode(int a)
Parameters: