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
Modifier and TypeFieldDescriptionint
boolean
static final long
-
Constructor Summary
ConstructorDescriptionDataListInfo
(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:ManagedParameters
Get a set of data that describes all of the parameters in a class- Specified by:
getParameterSet
in interfaceManagedParameters
- Returns:
- description of the parameters in a class.
-