Package ui

Class Warnings

java.lang.Object
ui.Warnings

public class Warnings extends Object
This is just a data structure containing what type of warnings should be suppressed or shown.
  • 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)