T - Type of element stored in this model.public class FocusListModel<T extends Component> extends AbstractListModel<T>
listenerList| Constructor and Description |
|---|
FocusListModel(Collection<Component> pComponents) |
| Modifier and Type | Method and Description |
|---|---|
T |
getElementAt(int pIdx) |
int |
getSize() |
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListenerpublic FocusListModel(Collection<Component> pComponents)
public T getElementAt(int pIdx)
public int getSize()
Copyright © 2023. All rights reserved.