Home / Development / Documentation / 2.0.44 / ColorAdapterListModel
TreeGraph 2
 


info.bioinfweb.treegraph.gui.dialogs.specialformats
Class ColorAdapterListModel

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

public class ColorAdapterListModel
extends AbstractListModel
implements ListModel

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

Field Summary
private  List<ColorAdapter> adapters
           
 
Fields inherited from class javax.swing.AbstractListModel
listenerList
 
Constructor Summary
ColorAdapterListModel()
           
 
Method Summary
 ColorAdapter getElementAt(int pos)
           
 int getSize()
           
 void setAdapters(Node root)
          Creates all color 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<ColorAdapter> adapters
Constructor Detail

ColorAdapterListModel

public ColorAdapterListModel()
Method Detail

setAdapters

public void setAdapters(Node root)
Creates all color 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 ColorAdapter getElementAt(int pos)
Specified by:
getElementAt in interface ListModel

getSize

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