|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object uic.model.ExtendedListSelectionModel uic.widgets.UICListSelectionModel
public class UICListSelectionModel
Moved to model package.
Field Summary |
---|
Fields inherited from class uic.model.ExtendedListSelectionModel |
---|
EXTENDED_INTERVAL_SELECTION, NO_SELECTION |
Fields inherited from interface javax.swing.ListSelectionModel |
---|
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION |
Constructor Summary | |
---|---|
UICListSelectionModel()
Deprecated. |
Method Summary | |
---|---|
void |
addListSelectionListener(ListSelectionListener listener)
Deprecated. |
void |
addSelectionInterval(int index0,
int index1)
Deprecated. |
void |
clearSelection()
Deprecated. |
protected void |
fireValueChanged(int index0,
int index1)
Deprecated. |
int |
getAnchorSelectionIndex()
Deprecated. |
int |
getLeadSelectionIndex()
Deprecated. |
int |
getMaxSelectionIndex()
Deprecated. |
int |
getMinSelectionIndex()
Deprecated. |
int |
getSelectionMode()
Deprecated. |
boolean |
getValueIsAdjusting()
Deprecated. |
void |
insertIndexInterval(int index,
int length,
boolean before)
Deprecated. |
boolean |
isSelectedIndex(int index)
Deprecated. |
boolean |
isSelectionEmpty()
Deprecated. |
void |
removeIndexInterval(int index0,
int index1)
Deprecated. |
void |
removeListSelectionListener(ListSelectionListener listener)
Deprecated. |
void |
removeSelectionInterval(int index0,
int index1)
Deprecated. |
void |
setAnchorSelectionIndex(int index)
Deprecated. |
void |
setLeadSelectionIndex(int index)
Deprecated. |
void |
setSelectionInterval(int index0,
int index1)
Deprecated. |
void |
setSelectionMode(int selectionMode)
Deprecated. |
void |
setValueIsAdjusting(boolean valueIsAdjusting)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UICListSelectionModel()
Method Detail |
---|
public void addListSelectionListener(ListSelectionListener listener)
addListSelectionListener
in interface ListSelectionModel
addListSelectionListener
in class ExtendedListSelectionModel
public void removeListSelectionListener(ListSelectionListener listener)
removeListSelectionListener
in interface ListSelectionModel
removeListSelectionListener
in class ExtendedListSelectionModel
public void addSelectionInterval(int index0, int index1)
addSelectionInterval
in interface ListSelectionModel
addSelectionInterval
in class ExtendedListSelectionModel
public void clearSelection()
clearSelection
in interface ListSelectionModel
clearSelection
in class ExtendedListSelectionModel
public int getAnchorSelectionIndex()
getAnchorSelectionIndex
in interface ListSelectionModel
getAnchorSelectionIndex
in class ExtendedListSelectionModel
public int getLeadSelectionIndex()
getLeadSelectionIndex
in interface ListSelectionModel
getLeadSelectionIndex
in class ExtendedListSelectionModel
public void setAnchorSelectionIndex(int index)
setAnchorSelectionIndex
in interface ListSelectionModel
setAnchorSelectionIndex
in class ExtendedListSelectionModel
public void setLeadSelectionIndex(int index)
setLeadSelectionIndex
in interface ListSelectionModel
setLeadSelectionIndex
in class ExtendedListSelectionModel
public int getMinSelectionIndex()
getMinSelectionIndex
in interface ListSelectionModel
getMinSelectionIndex
in class ExtendedListSelectionModel
public int getMaxSelectionIndex()
getMaxSelectionIndex
in interface ListSelectionModel
getMaxSelectionIndex
in class ExtendedListSelectionModel
public int getSelectionMode()
getSelectionMode
in interface ListSelectionModel
getSelectionMode
in class ExtendedListSelectionModel
public void setSelectionMode(int selectionMode)
setSelectionMode
in interface ListSelectionModel
setSelectionMode
in class ExtendedListSelectionModel
public boolean getValueIsAdjusting()
getValueIsAdjusting
in interface ListSelectionModel
getValueIsAdjusting
in class ExtendedListSelectionModel
public void setValueIsAdjusting(boolean valueIsAdjusting)
setValueIsAdjusting
in interface ListSelectionModel
setValueIsAdjusting
in class ExtendedListSelectionModel
public void insertIndexInterval(int index, int length, boolean before)
insertIndexInterval
in interface ListSelectionModel
insertIndexInterval
in class ExtendedListSelectionModel
public boolean isSelectedIndex(int index)
isSelectedIndex
in interface ListSelectionModel
isSelectedIndex
in class ExtendedListSelectionModel
public boolean isSelectionEmpty()
isSelectionEmpty
in interface ListSelectionModel
isSelectionEmpty
in class ExtendedListSelectionModel
public void removeIndexInterval(int index0, int index1)
removeIndexInterval
in interface ListSelectionModel
removeIndexInterval
in class ExtendedListSelectionModel
public void removeSelectionInterval(int index0, int index1)
removeSelectionInterval
in interface ListSelectionModel
removeSelectionInterval
in class ExtendedListSelectionModel
public void setSelectionInterval(int index0, int index1)
setSelectionInterval
in interface ListSelectionModel
setSelectionInterval
in class ExtendedListSelectionModel
protected void fireValueChanged(int index0, int index1)
fireValueChanged
in class ExtendedListSelectionModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |