public class TypedSelectionModel<ElementType> extends Object
ListModel| Constructor and Description |
|---|
TypedSelectionModel(Collection<ElementType> possibleTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListDataListener(ListDataListener listDataListener) |
ElementType |
getElementAt(int index) |
int |
getIndexOf(ElementType element) |
Collection<ElementType> |
getPossibleTypes() |
int |
getSize() |
void |
removeListDataListener(ListDataListener listDataListener) |
public TypedSelectionModel(Collection<ElementType> possibleTypes)
possibleTypes - public Collection<ElementType> getPossibleTypes()
public int getIndexOf(ElementType element)
public void addListDataListener(ListDataListener listDataListener)
public ElementType getElementAt(int index)
public int getSize()
public void removeListDataListener(ListDataListener listDataListener)
Copyright © 2017 SAP SE. All Rights Reserved.