Package loggerForms
Class FormSettings
java.lang.Object
loggerForms.FormSettings
- All Implemented Interfaces:
 Serializable,Cloneable,ManagedParameters
Manage a bit of persistent data for a single Logger form description. 
i.e. the divider location. May get extended with other params later ...
- Author:
 - Doug Gillespie
 - See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected FormSettingsclone()Get a set of data that describes all of the parameters in a class 
- 
Field Details
- 
serialVersionUID
public static final long serialVersionUID- See Also:
 
 - 
splitPanelPosition
 
 - 
 - 
Constructor Details
- 
FormSettings
public FormSettings() 
 - 
 - 
Method Details
- 
clone
 - 
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.
 
 
 -