com.vividsolutions.jump.workbench.ui.addremove
Interface AddRemoveList

All Known Implementing Classes:
DefaultAddRemoveList, TreeAddRemoveList

public interface AddRemoveList


Method Summary
 void add(InputChangedListener listener)
           
 void add(java.awt.event.MouseListener listener)
           
 AddRemoveListModel getModel()
           
 java.util.List getSelectedItems()
           
 void setSelectedItems(java.util.Collection items)
          Will only be called if the AddRemovePanel's Move Up and Move Down buttons are visible.
 

Method Detail

getModel

public AddRemoveListModel getModel()

add

public void add(InputChangedListener listener)

add

public void add(java.awt.event.MouseListener listener)

getSelectedItems

public java.util.List getSelectedItems()

setSelectedItems

public void setSelectedItems(java.util.Collection items)
Will only be called if the AddRemovePanel's Move Up and Move Down buttons are visible.