|
JIDE 3.4.0 | ||||||||
| 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 CheckBoxListSelectionModelpublic void intervalAdded(ListDataEvent e)
intervalAdded in interface ListDataListenerintervalAdded in class CheckBoxListSelectionModelpublic void intervalRemoved(ListDataEvent e)
intervalRemoved in interface ListDataListenerintervalRemoved in class CheckBoxListSelectionModelpublic void contentsChanged(ListDataEvent e)
contentsChanged in interface ListDataListenercontentsChanged in class CheckBoxListSelectionModel
public void insertIndexInterval(int index,
int length,
boolean before)
CheckBoxListSelectionModel
insertIndexInterval in interface ListSelectionModelinsertIndexInterval in class CheckBoxListSelectionModelindex - 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 ListSelectionModelisSelectedIndex in class CheckBoxListSelectionModel
public void setSelectionInterval(int index0,
int index1)
setSelectionInterval in interface ListSelectionModelsetSelectionInterval in class CheckBoxListSelectionModel
public void addSelectionInterval(int index0,
int index1)
addSelectionInterval in interface ListSelectionModeladdSelectionInterval in class CheckBoxListSelectionModel
public void removeSelectionInterval(int index0,
int index1)
removeSelectionInterval in interface ListSelectionModelremoveSelectionInterval in class CheckBoxListSelectionModel
public void removeIndexInterval(int index0,
int index1)
removeIndexInterval in interface ListSelectionModelremoveIndexInterval in class DefaultListSelectionModelpublic void setAnchorSelectionIndex(int anchorIndex)
setAnchorSelectionIndex in interface ListSelectionModelsetAnchorSelectionIndex in class DefaultListSelectionModelpublic void moveLeadSelectionIndex(int leadIndex)
moveLeadSelectionIndex in class DefaultListSelectionModelpublic void setLeadSelectionIndex(int leadIndex)
setLeadSelectionIndex in interface ListSelectionModelsetLeadSelectionIndex in class DefaultListSelectionModelpublic int getMinSelectionIndex()
getMinSelectionIndex in interface ListSelectionModelgetMinSelectionIndex in class CheckBoxListSelectionModelpublic int getMaxSelectionIndex()
getMaxSelectionIndex in interface ListSelectionModelgetMaxSelectionIndex 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 DefaultListSelectionModelpublic int getAnchorSelectionIndex()
getAnchorSelectionIndex in interface ListSelectionModelgetAnchorSelectionIndex in class DefaultListSelectionModelpublic int getLeadSelectionIndex()
getLeadSelectionIndex in interface ListSelectionModelgetLeadSelectionIndex in class DefaultListSelectionModel
|
JIDE 3.4.0 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||