Package ui
Class Warnings
java.lang.Object
ui.Warnings
This is just a data structure containing what type of warnings should be suppressed or shown.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
warnIfQXLDriveNotCompliant
public boolean warnIfQXLDriveNotCompliant -
warnIfNonexistingQXLDrive
public boolean warnIfNonexistingQXLDrive -
warnIfNonexistingFLPDrive
public boolean warnIfNonexistingFLPDrive -
warnIfQXLDriveFull
public boolean warnIfQXLDriveFull -
warnIfQXLDriveIsReadOnly
public boolean warnIfQXLDriveIsReadOnly -
warnIfFLPDriveIsReadOnly
public boolean warnIfFLPDriveIsReadOnly -
warnIfSoundProblem
public boolean warnIfSoundProblem
-
-
Constructor Details
-
Warnings
public Warnings(inifile.IniFile inifile)
-