public interface ISelectionIndexModel<T> extends Iterable<Integer>
| Modifier and Type | Method and Description |
|---|---|
void |
addSelectionListener(net.anwiba.commons.model.ISelectionListener<T> listener) |
void |
clear() |
int |
getMaximum() |
int |
getMinimum() |
boolean |
isEmpty() |
void |
removeSelectionListener(net.anwiba.commons.model.ISelectionListener<T> listener) |
void |
set(int index) |
int |
size() |
forEach, iterator, spliteratorint getMinimum()
int getMaximum()
void set(int index)
int size()
boolean isEmpty()
void addSelectionListener(net.anwiba.commons.model.ISelectionListener<T> listener)
void removeSelectionListener(net.anwiba.commons.model.ISelectionListener<T> listener)
void clear()
Copyright © 2007–2017 Andreas Bartels. All rights reserved.