adams.gui.visualization.heatmap
Class HeatmapContainerManager
java.lang.Object
adams.gui.visualization.container.ContainerManager<HeatmapContainer>
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
|
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 |
HeatmapContainerManager
public HeatmapContainerManager()
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.