Interface NamedContainerManager
-
- All Known Subinterfaces:
NamedContainerManagerWithUniqueNames<C>
- All Known Implementing Classes:
InstanceContainerManager
,ReportContainerManager
,SequencePlotContainerManager
,SpreadSheetRowContainerManager
,TimeseriesContainerManager
,XYSequenceContainerManager
public interface NamedContainerManager
Interface for container managers that handle named containers.- Version:
- $Revision$
- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
indexOf(String id)
Returns the index of the first ID or display ID that matches the specified one.
-
-
-
Method Detail
-
indexOf
int indexOf(String id)
Returns the index of the first ID or display ID that matches the specified one.- Parameters:
id
- the ID/display ID to look for- Returns:
- the index or -1 if not found
-
-