org.siebengeisslein.pgui.model
Class NoSelectionListModel

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.model.NoSelectionListModel
All Implemented Interfaces:
javax.swing.ListSelectionModel, Instrumented

public class NoSelectionListModel
extends Persistent
implements javax.swing.ListSelectionModel


Field Summary
 
Fields inherited from interface javax.swing.ListSelectionModel
MULTIPLE_INTERVAL_SELECTION, SINGLE_INTERVAL_SELECTION, SINGLE_SELECTION
 
Constructor Summary
NoSelectionListModel()
           
 
Method Summary
 void addListSelectionListener(javax.swing.event.ListSelectionListener arg0)
           
 void addSelectionInterval(int arg0, int arg1)
           
 void clearSelection()
           
 int getAnchorSelectionIndex()
           
 int getLeadSelectionIndex()
           
 int getMaxSelectionIndex()
           
 int getMinSelectionIndex()
           
 int getSelectionMode()
           
 boolean getValueIsAdjusting()
           
 void insertIndexInterval(int arg0, int arg1, boolean arg2)
           
 boolean isSelectedIndex(int arg0)
           
 boolean isSelectionEmpty()
           
 void removeIndexInterval(int arg0, int arg1)
           
 void removeListSelectionListener(javax.swing.event.ListSelectionListener arg0)
           
 void removeSelectionInterval(int arg0, int arg1)
           
 void setAnchorSelectionIndex(int arg0)
           
 void setLeadSelectionIndex(int arg0)
           
 void setSelectionInterval(int arg0, int arg1)
           
 void setSelectionMode(int arg0)
           
 void setValueIsAdjusting(boolean arg0)
           
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, initTransient, isWriteTransaction, joinWriteTransaction, readLock, setGroup, setTransientValue, toPersistent, toRef, writeExternal, writeLock
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoSelectionListModel

public NoSelectionListModel()
Method Detail

setSelectionInterval

public void setSelectionInterval(int arg0,
                                 int arg1)
Specified by:
setSelectionInterval in interface javax.swing.ListSelectionModel

addSelectionInterval

public void addSelectionInterval(int arg0,
                                 int arg1)
Specified by:
addSelectionInterval in interface javax.swing.ListSelectionModel

removeSelectionInterval

public void removeSelectionInterval(int arg0,
                                    int arg1)
Specified by:
removeSelectionInterval in interface javax.swing.ListSelectionModel

getMinSelectionIndex

public int getMinSelectionIndex()
Specified by:
getMinSelectionIndex in interface javax.swing.ListSelectionModel

getMaxSelectionIndex

public int getMaxSelectionIndex()
Specified by:
getMaxSelectionIndex in interface javax.swing.ListSelectionModel

isSelectedIndex

public boolean isSelectedIndex(int arg0)
Specified by:
isSelectedIndex in interface javax.swing.ListSelectionModel

getAnchorSelectionIndex

public int getAnchorSelectionIndex()
Specified by:
getAnchorSelectionIndex in interface javax.swing.ListSelectionModel

setAnchorSelectionIndex

public void setAnchorSelectionIndex(int arg0)
Specified by:
setAnchorSelectionIndex in interface javax.swing.ListSelectionModel

getLeadSelectionIndex

public int getLeadSelectionIndex()
Specified by:
getLeadSelectionIndex in interface javax.swing.ListSelectionModel

setLeadSelectionIndex

public void setLeadSelectionIndex(int arg0)
Specified by:
setLeadSelectionIndex in interface javax.swing.ListSelectionModel

clearSelection

public void clearSelection()
Specified by:
clearSelection in interface javax.swing.ListSelectionModel

isSelectionEmpty

public boolean isSelectionEmpty()
Specified by:
isSelectionEmpty in interface javax.swing.ListSelectionModel

insertIndexInterval

public void insertIndexInterval(int arg0,
                                int arg1,
                                boolean arg2)
Specified by:
insertIndexInterval in interface javax.swing.ListSelectionModel

removeIndexInterval

public void removeIndexInterval(int arg0,
                                int arg1)
Specified by:
removeIndexInterval in interface javax.swing.ListSelectionModel

setValueIsAdjusting

public void setValueIsAdjusting(boolean arg0)
Specified by:
setValueIsAdjusting in interface javax.swing.ListSelectionModel

getValueIsAdjusting

public boolean getValueIsAdjusting()
Specified by:
getValueIsAdjusting in interface javax.swing.ListSelectionModel

setSelectionMode

public void setSelectionMode(int arg0)
Specified by:
setSelectionMode in interface javax.swing.ListSelectionModel

getSelectionMode

public int getSelectionMode()
Specified by:
getSelectionMode in interface javax.swing.ListSelectionModel

addListSelectionListener

public void addListSelectionListener(javax.swing.event.ListSelectionListener arg0)
Specified by:
addListSelectionListener in interface javax.swing.ListSelectionModel

removeListSelectionListener

public void removeListSelectionListener(javax.swing.event.ListSelectionListener arg0)
Specified by:
removeListSelectionListener in interface javax.swing.ListSelectionModel