com.vividsolutions.jump.workbench.ui.addremove
Class DefaultAddRemoveListModel
java.lang.Object
com.vividsolutions.jump.workbench.ui.addremove.DefaultAddRemoveListModel
- All Implemented Interfaces:
- AddRemoveListModel
public class DefaultAddRemoveListModel
- extends java.lang.Object
- implements AddRemoveListModel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAddRemoveListModel
public DefaultAddRemoveListModel(javax.swing.DefaultListModel listModel)
getListModel
public javax.swing.ListModel getListModel()
add
public void add(java.lang.Object item)
- Specified by:
add in interface AddRemoveListModel
setItems
public void setItems(java.util.Collection items)
- Specified by:
setItems in interface AddRemoveListModel
getItems
public java.util.List getItems()
- Specified by:
getItems in interface AddRemoveListModel
setSorted
public void setSorted(boolean sorted)
remove
public void remove(java.lang.Object item)
- Specified by:
remove in interface AddRemoveListModel