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
FieldsModifier and TypeFieldDescriptionintThe first column width.intThe second column width. -
Constructor Summary
Constructors -
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: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.
-