Interface AddRemoveListModel
-
- All Known Implementing Classes:
DefaultAddRemoveListModel,TreeAddRemoveListModel
public interface AddRemoveListModel
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Object item)ListgetItems()voidremove(Object item)voidsetItems(Collection items)
-
-
-
Method Detail
-
add
void add(Object item)
-
setItems
void setItems(Collection items)
-
getItems
List getItems()
-
remove
void remove(Object item)
-
-