gate.gui
Class CorpusQualityAssurance.ToggleSelectionModel

java.lang.Object
  extended by javax.swing.DefaultListSelectionModel
      extended by gate.gui.CorpusQualityAssurance.ToggleSelectionModel
All Implemented Interfaces:
Serializable, Cloneable, ListSelectionModel
Enclosing class:
CorpusQualityAssurance

protected static class CorpusQualityAssurance.ToggleSelectionModel
extends DefaultListSelectionModel

See Also:
Serialized Form

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
protected CorpusQualityAssurance.ToggleSelectionModel()
           
 
Method Summary
 void setSelectionInterval(int index0, int index1)
           
 void setValueIsAdjusting(boolean isAdjusting)
           
 
Methods inherited from class javax.swing.DefaultListSelectionModel
addListSelectionListener, addSelectionInterval, clearSelection, clone, fireValueChanged, fireValueChanged, fireValueChanged, getAnchorSelectionIndex, getLeadSelectionIndex, getListeners, getListSelectionListeners, getMaxSelectionIndex, getMinSelectionIndex, getSelectionMode, getValueIsAdjusting, insertIndexInterval, isLeadAnchorNotificationEnabled, isSelectedIndex, isSelectionEmpty, moveLeadSelectionIndex, removeIndexInterval, removeListSelectionListener, removeSelectionInterval, setAnchorSelectionIndex, setLeadAnchorNotificationEnabled, setLeadSelectionIndex, setSelectionMode, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CorpusQualityAssurance.ToggleSelectionModel

protected CorpusQualityAssurance.ToggleSelectionModel()
Method Detail

setSelectionInterval

public void setSelectionInterval(int index0,
                                 int index1)
Specified by:
setSelectionInterval in interface ListSelectionModel
Overrides:
setSelectionInterval in class DefaultListSelectionModel

setValueIsAdjusting

public void setValueIsAdjusting(boolean isAdjusting)
Specified by:
setValueIsAdjusting in interface ListSelectionModel
Overrides:
setValueIsAdjusting in class DefaultListSelectionModel