Module net.anwiba.commons.swing
Package net.anwiba.commons.swing.table
Interface ISelectionIndexModel<T>
- All Known Implementing Classes:
SelectionIndexModel
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSelectionListener(ISelectionListener<T> listener) voidclear()intintbooleanisEmpty()voidremoveSelectionListener(ISelectionListener<T> listener) voidset(int index) intsize()Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
getMinimum
int getMinimum() -
getMaximum
int getMaximum() -
set
void set(int index) -
size
int size() -
isEmpty
boolean isEmpty() -
addSelectionListener
-
removeSelectionListener
-
clear
void clear()
-