|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.swing.DefaultListSelectionModel
com.jidesoft.swing.CheckBoxListSelectionModel
com.jidesoft.list.FilterableCheckBoxListSelectionModel
CheckBoxListSelectionModelWithWrapper
@Deprecated public class FilterableCheckBoxListSelectionModel
FilterableCheckBoxListSelectionModel is to work with FilterableCheckBoxList
. Please be noted
that, the index it used to operate is the visual index in the FilterableListModel although it stores selection in the
index of actual list model.
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 | |
---|---|
FilterableCheckBoxListSelectionModel()
Deprecated. |
|
FilterableCheckBoxListSelectionModel(ListModel model)
Deprecated. |
Method Summary | |
---|---|
void |
addSelectionInterval(int index0,
int index1)
Deprecated. |
void |
contentsChanged(ListDataEvent e)
Deprecated. |
protected void |
fireValueChanged(int firstIndex,
int lastIndex)
Deprecated. |
protected void |
fireValueChanged(int firstIndex,
int lastIndex,
boolean isAdjusting)
Deprecated. |
int |
getAnchorSelectionIndex()
Deprecated. |
int |
getLeadSelectionIndex()
Deprecated. |
int |
getMaxSelectionIndex()
Deprecated. |
int |
getMinSelectionIndex()
Deprecated. |
void |
insertIndexInterval(int index,
int length,
boolean before)
Deprecated. Overrides so that inserting a row will not be selected automatically if the row after it is selected. |
void |
intervalAdded(ListDataEvent e)
Deprecated. |
void |
intervalRemoved(ListDataEvent e)
Deprecated. |
boolean |
isSelectedIndex(int index)
Deprecated. |
void |
moveLeadSelectionIndex(int leadIndex)
Deprecated. |
void |
removeIndexInterval(int index0,
int index1)
Deprecated. |
void |
removeSelectionInterval(int index0,
int index1)
Deprecated. |
void |
setAnchorSelectionIndex(int anchorIndex)
Deprecated. |
void |
setLeadSelectionIndex(int leadIndex)
Deprecated. |
void |
setModel(ListModel model)
Deprecated. |
void |
setSelectionInterval(int index0,
int index1)
Deprecated. |
Methods inherited from class com.jidesoft.swing.CheckBoxListSelectionModel |
---|
getAllEntryIndex, getModel, isAllEntryConsidered, setAllEntryConsidered, setAllEntryIndex |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FilterableCheckBoxListSelectionModel()
public FilterableCheckBoxListSelectionModel(ListModel model)
Method Detail |
---|
public void setModel(ListModel model)
setModel
in class CheckBoxListSelectionModel
public void intervalAdded(ListDataEvent e)
intervalAdded
in interface ListDataListener
intervalAdded
in class CheckBoxListSelectionModel
public void intervalRemoved(ListDataEvent e)
intervalRemoved
in interface ListDataListener
intervalRemoved
in class CheckBoxListSelectionModel
public void contentsChanged(ListDataEvent e)
contentsChanged
in interface ListDataListener
contentsChanged
in class CheckBoxListSelectionModel
public void insertIndexInterval(int index, int length, boolean before)
CheckBoxListSelectionModel
insertIndexInterval
in interface ListSelectionModel
insertIndexInterval
in class CheckBoxListSelectionModel
index
- the index where the rows will be inserted.length
- the number of the rows that will be inserted.before
- it's before or after the index.public boolean isSelectedIndex(int index)
isSelectedIndex
in interface ListSelectionModel
isSelectedIndex
in class CheckBoxListSelectionModel
public void setSelectionInterval(int index0, int index1)
setSelectionInterval
in interface ListSelectionModel
setSelectionInterval
in class CheckBoxListSelectionModel
public void addSelectionInterval(int index0, int index1)
addSelectionInterval
in interface ListSelectionModel
addSelectionInterval
in class CheckBoxListSelectionModel
public void removeSelectionInterval(int index0, int index1)
removeSelectionInterval
in interface ListSelectionModel
removeSelectionInterval
in class CheckBoxListSelectionModel
public void removeIndexInterval(int index0, int index1)
removeIndexInterval
in interface ListSelectionModel
removeIndexInterval
in class DefaultListSelectionModel
public void setAnchorSelectionIndex(int anchorIndex)
setAnchorSelectionIndex
in interface ListSelectionModel
setAnchorSelectionIndex
in class DefaultListSelectionModel
public void moveLeadSelectionIndex(int leadIndex)
moveLeadSelectionIndex
in class DefaultListSelectionModel
public void setLeadSelectionIndex(int leadIndex)
setLeadSelectionIndex
in interface ListSelectionModel
setLeadSelectionIndex
in class DefaultListSelectionModel
public int getMinSelectionIndex()
getMinSelectionIndex
in interface ListSelectionModel
getMinSelectionIndex
in class CheckBoxListSelectionModel
public int getMaxSelectionIndex()
getMaxSelectionIndex
in interface ListSelectionModel
getMaxSelectionIndex
in class DefaultListSelectionModel
protected void fireValueChanged(int firstIndex, int lastIndex)
fireValueChanged
in class DefaultListSelectionModel
protected void fireValueChanged(int firstIndex, int lastIndex, boolean isAdjusting)
fireValueChanged
in class DefaultListSelectionModel
public int getAnchorSelectionIndex()
getAnchorSelectionIndex
in interface ListSelectionModel
getAnchorSelectionIndex
in class DefaultListSelectionModel
public int getLeadSelectionIndex()
getLeadSelectionIndex
in interface ListSelectionModel
getLeadSelectionIndex
in class DefaultListSelectionModel
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |