org.siebengeisslein.pgui.model
Class HashMapKeyListModel

java.lang.Object
  extended by org.siebengeisslein.client.Persistent
      extended by org.siebengeisslein.pgui.model.AbstractListModel
          extended by org.siebengeisslein.pgui.model.SetListModel
              extended by org.siebengeisslein.pgui.model.HashMapKeyListModel
All Implemented Interfaces:
javax.swing.ListModel, Instrumented

public class HashMapKeyListModel
extends SetListModel


Nested Class Summary
 
Nested classes/interfaces inherited from class org.siebengeisslein.pgui.model.SetListModel
SetListModel.ListChangeListener
 
Constructor Summary
HashMapKeyListModel(HashMap hashMap, boolean sort)
           
 
Method Summary
 
Methods inherited from class org.siebengeisslein.pgui.model.SetListModel
getElementAt, getSize
 
Methods inherited from class org.siebengeisslein.pgui.model.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, initTransient, removeListDataListener
 
Methods inherited from class org.siebengeisslein.client.Persistent
abort, clearUserLocals, clone, commit, disposeTransient, getGroup, getRef, getTransientValue, hashCode, 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

HashMapKeyListModel

public HashMapKeyListModel(HashMap hashMap,
                           boolean sort)