SudokuFX
Loading...
Searching...
No Matches
fr.softsf.sudokufx.common.enums.ToastLevels Enum Reference

Utility enum for toast notification levels. More...

+ Collaboration diagram for fr.softsf.sudokufx.common.enums.ToastLevels:

Public Member Functions

 ToastLevels (final String level)
 
final String getLevel ()
 

Public Attributes

 ERROR =("toastError")
 
 INFO =("toastInfo")
 
 WARN =("toastWarn")
 

Private Attributes

final String level
 

Detailed Description

Utility enum for toast notification levels.

Constructor & Destructor Documentation

◆ ToastLevels()

fr.softsf.sudokufx.common.enums.ToastLevels.ToastLevels ( final String level)

Member Function Documentation

◆ getLevel()

final String fr.softsf.sudokufx.common.enums.ToastLevels.getLevel ( )

Member Data Documentation

◆ ERROR

fr.softsf.sudokufx.common.enums.ToastLevels.ERROR =("toastError")

◆ INFO

fr.softsf.sudokufx.common.enums.ToastLevels.INFO =("toastInfo")

◆ level

final String fr.softsf.sudokufx.common.enums.ToastLevels.level
private

◆ WARN

fr.softsf.sudokufx.common.enums.ToastLevels.WARN =("toastWarn")

The documentation for this enum was generated from the following file: