org.zu.ardulink.gui
Class ConnectionPanel.PortListModel<T>

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by org.zu.ardulink.gui.ConnectionPanel.PortListModel<T>
All Implemented Interfaces:
Serializable, ListModel
Enclosing class:
ConnectionPanel

public static class ConnectionPanel.PortListModel<T>
extends AbstractListModel

See Also:
Serialized Form

Constructor Summary
ConnectionPanel.PortListModel(List<T> values)
           
 
Method Summary
 T getElementAt(int index)
           
 int getSize()
           
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPanel.PortListModel

public ConnectionPanel.PortListModel(List<T> values)
Method Detail

getSize

public int getSize()

getElementAt

public T getElementAt(int index)


Copyright © 2015. All rights reserved.