info.bioinfweb.treegraph.gui.dialogs.formatbynodedata
Class DistanceAdapterListModel

java.lang.Object
  extended by javax.swing.AbstractListModel
      extended by info.bioinfweb.treegraph.gui.dialogs.formatbynodedata.DistanceAdapterListModel
All Implemented Interfaces:
Serializable, ListModel

public class DistanceAdapterListModel
extends AbstractListModel
implements ListModel

Since:
2.0.23
Author:
Ben Stöver
See Also:
Serialized Form

Field Summary
private  List<DistanceAdapter> adapters
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
DistanceAdapterListModel()
           
 
Method Summary
 DistanceAdapter getElementAt(int pos)
           
 int getSize()
           
 void setAdapters(Node root)
          Creates all distance adapters valid for the subtree under root.
 
Methods inherited from class javax.swing.AbstractListModel
addListDataListener, fireContentsChanged, fireIntervalAdded, fireIntervalRemoved, getListDataListeners, getListeners, removeListDataListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.swing.ListModel
addListDataListener, removeListDataListener
 

Field Detail

adapters

private List<DistanceAdapter> adapters
Constructor Detail

DistanceAdapterListModel

public DistanceAdapterListModel()
Method Detail

setAdapters

public void setAdapters(Node root)
Creates all distance adapters valid for the subtree under root.

Parameters:
root - - the root of the subtree that shall be used to search for label IDs

getElementAt

public DistanceAdapter getElementAt(int pos)
Specified by:
getElementAt in interface ListModel

getSize

public int getSize()
Specified by:
getSize in interface ListModel