public final class AvailablesListModel extends AbstractListModel<PipeBitInfo>
listenerList
Constructor and Description |
---|
AvailablesListModel() |
Modifier and Type | Method and Description |
---|---|
PipeBitInfo |
getElementAt(int index) |
Class<?> |
getPipeBit(PipeBitInfo pipeBitInfo) |
int |
getSize() |
void |
setPipeBits(Collection<Class<?>> bits)
Populate the list
|
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
public void setPipeBits(Collection<Class<?>> bits)
bits
- -public Class<?> getPipeBit(PipeBitInfo pipeBitInfo)
pipeBitInfo
- -public int getSize()
public PipeBitInfo getElementAt(int index)
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.