Package likelihoodDetectionModule
Class ConfigurationDialogSettings
java.lang.Object
likelihoodDetectionModule.ConfigurationDialogSettings
- All Implemented Interfaces:
Serializable
,ManagedParameters
The Class ConfigurationDialogSettings holds parameters about the
configuration dialog box that are persistent from one invocation
to the next.
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionint
The first column width.int
The second column width. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet a set of data that describes all of the parameters in a class
-
Field Details
-
firstColumnWidth
public int firstColumnWidthThe first column width. -
secondColumnWidth
public int secondColumnWidthThe second column width.
-
-
Constructor Details
-
ConfigurationDialogSettings
public ConfigurationDialogSettings()
-
-
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.
-