Package dataPlots.layout
Class DataListInfo
java.lang.Object
dataPlots.layout.DataListInfo
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
TDDataInfo objects can't be serialised since they contain 
 references back into datablocks and everything else in PAMguard, 
 so have to hold a summary of what's in each one to save into psf files.
- Author:
 - Doug Gillespie
 - See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionintbooleanstatic final long - 
Constructor Summary
ConstructorsConstructorDescriptionDataListInfo(Class providerClass, String providerName, int currentDataLine, Serializable listSettings)  - 
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
providerClass
 - 
providerName
 - 
currentDataLine
public int currentDataLine - 
isShowing
public boolean isShowing - 
listSettings
 
 - 
 - 
Constructor Details
- 
DataListInfo
public DataListInfo(Class providerClass, String providerName, int currentDataLine, Serializable listSettings) - Parameters:
 providerClass- Class of the TDDataProviderproviderName- name of the TDDataProvidercurrentDataLine- index of current data line in the TDDataInfolistSettings- settings from the data info
 
 - 
 - 
Method Details
- 
getParameterSet
Description copied from interface:ManagedParametersGet a set of data that describes all of the parameters in a class- Specified by:
 getParameterSetin interfaceManagedParameters- Returns:
 - description of the parameters in a class.
 
 
 -