T - Row sorter type.public class ProxyListSelectionModel<T> extends Object implements ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION| Constructor and Description |
|---|
ProxyListSelectionModel(JTable pTable) |
ProxyListSelectionModel(javafx.beans.value.ObservableValue<ListSelectionModel> pObservableListSelectionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListSelectionListener(ListSelectionListener pListener) |
void |
addSelectionInterval(int pIdx0,
int pIdx1) |
void |
clearSelection() |
protected void |
fireListSelectionEvent(ListSelectionEvent pEvt) |
int |
getAnchorSelectionIndex() |
int |
getLeadSelectionIndex() |
int |
getMaxSelectionIndex() |
int |
getMinSelectionIndex() |
int |
getSelectionMode() |
boolean |
getValueIsAdjusting() |
void |
insertIndexInterval(int pIdx,
int pLength,
boolean pBefore) |
boolean |
isSelectedIndex(int pIdx) |
boolean |
isSelectionEmpty() |
void |
removeIndexInterval(int pIdx0,
int pIdx1) |
void |
removeListSelectionListener(ListSelectionListener pListener) |
void |
removeSelectionInterval(int pIdx0,
int pIdx1) |
void |
setAnchorSelectionIndex(int pIdx) |
void |
setLeadSelectionIndex(int pIdx) |
void |
setSelectionInterval(int pIdx0,
int pIdx1) |
void |
setSelectionMode(int pMode) |
void |
setValueIsAdjusting(boolean pValueIsAdjusting) |
public ProxyListSelectionModel(JTable pTable)
public ProxyListSelectionModel(javafx.beans.value.ObservableValue<ListSelectionModel> pObservableListSelectionModel)
public void setSelectionInterval(int pIdx0,
int pIdx1)
setSelectionInterval in interface ListSelectionModelpublic void addSelectionInterval(int pIdx0,
int pIdx1)
addSelectionInterval in interface ListSelectionModelpublic void removeSelectionInterval(int pIdx0,
int pIdx1)
removeSelectionInterval in interface ListSelectionModelpublic int getMinSelectionIndex()
getMinSelectionIndex in interface ListSelectionModelpublic int getMaxSelectionIndex()
getMaxSelectionIndex in interface ListSelectionModelpublic boolean isSelectedIndex(int pIdx)
isSelectedIndex in interface ListSelectionModelpublic int getAnchorSelectionIndex()
getAnchorSelectionIndex in interface ListSelectionModelpublic void setAnchorSelectionIndex(int pIdx)
setAnchorSelectionIndex in interface ListSelectionModelpublic int getLeadSelectionIndex()
getLeadSelectionIndex in interface ListSelectionModelpublic void setLeadSelectionIndex(int pIdx)
setLeadSelectionIndex in interface ListSelectionModelpublic void clearSelection()
clearSelection in interface ListSelectionModelpublic boolean isSelectionEmpty()
isSelectionEmpty in interface ListSelectionModelpublic void insertIndexInterval(int pIdx,
int pLength,
boolean pBefore)
insertIndexInterval in interface ListSelectionModelpublic void removeIndexInterval(int pIdx0,
int pIdx1)
removeIndexInterval in interface ListSelectionModelpublic void setValueIsAdjusting(boolean pValueIsAdjusting)
setValueIsAdjusting in interface ListSelectionModelpublic boolean getValueIsAdjusting()
getValueIsAdjusting in interface ListSelectionModelpublic void setSelectionMode(int pMode)
setSelectionMode in interface ListSelectionModelpublic int getSelectionMode()
getSelectionMode in interface ListSelectionModelpublic void addListSelectionListener(ListSelectionListener pListener)
addListSelectionListener in interface ListSelectionModelpublic void removeListSelectionListener(ListSelectionListener pListener)
removeListSelectionListener in interface ListSelectionModelprotected void fireListSelectionEvent(ListSelectionEvent pEvt)
Copyright © 2023. All rights reserved.