uic.widgets
Class UICListSelectionModel

java.lang.Object
  extended by uic.model.ExtendedListSelectionModel
      extended by uic.widgets.UICListSelectionModel
All Implemented Interfaces:
ListSelectionModel

Deprecated.

public class UICListSelectionModel
extends ExtendedListSelectionModel

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

UICListSelectionModel

public UICListSelectionModel()
Deprecated. 

deprecated class, class moved to uic.model.UICListSelectionModel.

Method Detail

addListSelectionListener

public void addListSelectionListener(ListSelectionListener listener)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
addListSelectionListener in interface ListSelectionModel
Overrides:
addListSelectionListener in class ExtendedListSelectionModel

removeListSelectionListener

public void removeListSelectionListener(ListSelectionListener listener)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
removeListSelectionListener in interface ListSelectionModel
Overrides:
removeListSelectionListener in class ExtendedListSelectionModel

addSelectionInterval

public void addSelectionInterval(int index0,
                                 int index1)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
addSelectionInterval in interface ListSelectionModel
Overrides:
addSelectionInterval in class ExtendedListSelectionModel

clearSelection

public void clearSelection()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
clearSelection in interface ListSelectionModel
Overrides:
clearSelection in class ExtendedListSelectionModel

getAnchorSelectionIndex

public int getAnchorSelectionIndex()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
getAnchorSelectionIndex in interface ListSelectionModel
Overrides:
getAnchorSelectionIndex in class ExtendedListSelectionModel

getLeadSelectionIndex

public int getLeadSelectionIndex()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
getLeadSelectionIndex in interface ListSelectionModel
Overrides:
getLeadSelectionIndex in class ExtendedListSelectionModel

setAnchorSelectionIndex

public void setAnchorSelectionIndex(int index)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
setAnchorSelectionIndex in interface ListSelectionModel
Overrides:
setAnchorSelectionIndex in class ExtendedListSelectionModel

setLeadSelectionIndex

public void setLeadSelectionIndex(int index)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
setLeadSelectionIndex in interface ListSelectionModel
Overrides:
setLeadSelectionIndex in class ExtendedListSelectionModel

getMinSelectionIndex

public int getMinSelectionIndex()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
getMinSelectionIndex in interface ListSelectionModel
Overrides:
getMinSelectionIndex in class ExtendedListSelectionModel
Returns:
the first selected index or -1 if the selection is empty.

getMaxSelectionIndex

public int getMaxSelectionIndex()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
getMaxSelectionIndex in interface ListSelectionModel
Overrides:
getMaxSelectionIndex in class ExtendedListSelectionModel
Returns:
the last selected index or -1 if the selection is empty.

getSelectionMode

public int getSelectionMode()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
getSelectionMode in interface ListSelectionModel
Overrides:
getSelectionMode in class ExtendedListSelectionModel
Returns:
the current selection mode.

setSelectionMode

public void setSelectionMode(int selectionMode)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
setSelectionMode in interface ListSelectionModel
Overrides:
setSelectionMode in class ExtendedListSelectionModel

getValueIsAdjusting

public boolean getValueIsAdjusting()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
getValueIsAdjusting in interface ListSelectionModel
Overrides:
getValueIsAdjusting in class ExtendedListSelectionModel

setValueIsAdjusting

public void setValueIsAdjusting(boolean valueIsAdjusting)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
setValueIsAdjusting in interface ListSelectionModel
Overrides:
setValueIsAdjusting in class ExtendedListSelectionModel

insertIndexInterval

public void insertIndexInterval(int index,
                                int length,
                                boolean before)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
insertIndexInterval in interface ListSelectionModel
Overrides:
insertIndexInterval in class ExtendedListSelectionModel

isSelectedIndex

public boolean isSelectedIndex(int index)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
isSelectedIndex in interface ListSelectionModel
Overrides:
isSelectedIndex in class ExtendedListSelectionModel

isSelectionEmpty

public boolean isSelectionEmpty()
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
isSelectionEmpty in interface ListSelectionModel
Overrides:
isSelectionEmpty in class ExtendedListSelectionModel

removeIndexInterval

public void removeIndexInterval(int index0,
                                int index1)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
removeIndexInterval in interface ListSelectionModel
Overrides:
removeIndexInterval in class ExtendedListSelectionModel

removeSelectionInterval

public void removeSelectionInterval(int index0,
                                    int index1)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
removeSelectionInterval in interface ListSelectionModel
Overrides:
removeSelectionInterval in class ExtendedListSelectionModel

setSelectionInterval

public void setSelectionInterval(int index0,
                                 int index1)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Specified by:
setSelectionInterval in interface ListSelectionModel
Overrides:
setSelectionInterval in class ExtendedListSelectionModel

fireValueChanged

protected void fireValueChanged(int index0,
                                int index1)
Deprecated. 

deprecated method, class moved to uic.model.UICListSelectionModel.

Overrides:
fireValueChanged in class ExtendedListSelectionModel


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence