adams.gui.visualization.heatmap
Class HeatmapContainerManager

java.lang.Object
  extended by adams.gui.visualization.container.ContainerManager<HeatmapContainer>
      extended by adams.gui.visualization.heatmap.HeatmapContainerManager
All Implemented Interfaces:
NamedContainerManager, Serializable

public class HeatmapContainerManager
extends ContainerManager<HeatmapContainer>
implements NamedContainerManager

Container manager for heatmaps.

Version:
$Revision: 6027 $
Author:
fracpete (fracpete at waikato dot ac dot nz)
See Also:
Serialized Form

Field Summary
 
Fields inherited from class adams.gui.visualization.container.ContainerManager
m_DataChangeListeners, m_List, m_Updating
 
Constructor Summary
HeatmapContainerManager()
           
 
Method Summary
 int indexOf(String id)
          Returns the index of the first ID or display ID that matches the specified one.
 
Methods inherited from class adams.gui.visualization.container.ContainerManager
add, addAll, addDataChangeListener, clear, contains, count, finishUpdate, finishUpdate, get, getAll, indexOf, isUpdating, newContainer, notifyDataChangeListeners, postAdd, preAdd, preSet, remove, removeDataChangeListener, set, startUpdate, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeatmapContainerManager

public HeatmapContainerManager()
Method Detail

indexOf

public int indexOf(String id)
Returns the index of the first ID or display ID that matches the specified one.

Specified by:
indexOf in interface NamedContainerManager
Parameters:
id - the ID/display ID to look for
Returns:
the index or -1 if not found


Copyright © 2013 University of Waikato, Hamilton, NZ. All Rights Reserved.