Enum Class ResourceFile
- All Implemented Interfaces:
Serializable, Comparable<ResourceFile>, Constable
`access-control` filename manager (enum)
Contain all the access-control package fxml filenames
- Since:
- 2026-01-28
ResourceFile.java// Example usage final static String SIGNIN_FILENAME = ResourceFile.SIGNIN.getFileName(); - Version:
- 1.0
- Author:
- @ZouariOmar (zouariomar20@gmail.com)
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionAdmin dashboard FXML.Admin user management FXML.ArcFace recognition model.SCRFD detection model.Camera desktop FXML.Forgot-password HTML page.Admin forum FXML.Forum home FXML.Login page FXML.Login side HTML page.Admin mood management FXML.Mood home FXML.Reset password FXML.Root layout FXML.User dashboard FXML.Default user profile image.User home page FXML. -
Method Summary
Modifier and TypeMethodDescriptionfinal StringReturns the resource path.toString()static ResourceFileReturns the enum constant of this class with the specified name.static ResourceFile[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ROOT_FXML
Root layout FXML. -
LOGIN_FXML
Login page FXML. -
USER_HOME_FXML
User home page FXML. -
USER_DAHBOARD_FXML
User dashboard FXML. -
ADMIN_DASHBOARD_FXML
Admin dashboard FXML. -
ADMIN_USERS_MANAGMENT_FXML
Admin user management FXML. -
RESET_PASSWORD_FXML
Reset password FXML. -
CAMERA_DESKTOP_FXML
Camera desktop FXML. -
MOOD_HOME_FXML
Mood home FXML. -
MOOD_ADMIN_MANAGMENT
Admin mood management FXML. -
FORUM_HOME_FXML
Forum home FXML. -
FORUM_ADMIN_FXML
Admin forum FXML. -
LOGIN_SIDE_HTML
Login side HTML page. -
FORGET_PASSWORD_HTML
Forgot-password HTML page. -
ANTELOPEV2_SCRFD_10G_BNKPS_ONNX
SCRFD detection model. -
ANTELOPEV2_GLINTR100_ONNX
ArcFace recognition model. -
USER_DEFAUL_PROFILE_PNG
Default user profile image.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getFileName
-
toString
- Overrides:
toStringin classEnum<ResourceFile>
-