Package PamController
Class SettingsFileData
java.lang.Object
PamController.SettingsFileData
- All Implemented Interfaces:
 Serializable,Cloneable
- See Also:
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intbooleanprotected boolean - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionclone()booleandoublevoidsetCheckLogFileErrors(boolean checkLogFileErrors) voidsetFirstFile(File firstFile) voidsetScalingFactor(double scalingFactor) voidtrimList() 
- 
Field Details
- 
showFileList
public boolean showFileList - 
maxFiles
protected int maxFiles - 
recentFiles
 - 
showTipAtStartup
protected boolean showTipAtStartup 
 - 
 - 
Constructor Details
- 
SettingsFileData
public SettingsFileData() 
 - 
 - 
Method Details
- 
setFirstFile
 - 
trimList
public void trimList() - 
getFirstFile
 - 
getScalingFactor
public double getScalingFactor() - 
setScalingFactor
public void setScalingFactor(double scalingFactor)  - 
clone
 - 
getCheckLogFileErrors
public boolean getCheckLogFileErrors() - 
setCheckLogFileErrors
public void setCheckLogFileErrors(boolean checkLogFileErrors)  
 -