Interface AddRemoveList
-
- All Known Implementing Classes:
DefaultAddRemoveList
,TreeAddRemoveList
public interface AddRemoveList
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(MouseListener listener)
void
add(InputChangedListener listener)
AddRemoveListModel
getModel()
List
getSelectedItems()
void
setSelectedItems(Collection items)
Will only be called if the AddRemovePanel's Move Up and Move Down buttons are visible.
-
-
-
Method Detail
-
getModel
AddRemoveListModel getModel()
-
add
void add(InputChangedListener listener)
-
add
void add(MouseListener listener)
-
getSelectedItems
List getSelectedItems()
-
setSelectedItems
void setSelectedItems(Collection items)
Will only be called if the AddRemovePanel's Move Up and Move Down buttons are visible.
-
-