- lastLog() - Method in class miscellaneous.utilities.LogKeeper
-
Returns the last known log.
- LAYERS - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LAYOUT - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LIFE_BUOY - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LINK - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LINK_2 - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LINKEDIN - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LIST - Static variable in class miscellaneous.constants.Application.IconPaths
-
- loaded() - Method in interface userinterface.interfaces.ISplashscreen
-
- LOADER - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LOCK - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LOG_IN - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LOG_OUT - Static variable in class miscellaneous.constants.Application.IconPaths
-
- LogKeeper - Class in miscellaneous.utilities
-
This class keeps track of multiple logs.
- LogKeeper(ILogObserver) - Constructor for class miscellaneous.utilities.LogKeeper
-
Construct a LogKeeper for storing messages.
- logKeeper - Variable in class userinterface.popups.LogPopup
-
- logKeeper - Variable in class userinterface.views.StartWindow
-
- logList - Variable in class miscellaneous.utilities.LogKeeper
-
- LogMessage - Class in miscellaneous.models
-
This class keeps track of a String and type, so that the application can store and potentially log messages.
- LogMessage(String, LogMessage.LogMessageType) - Constructor for class miscellaneous.models.LogMessage
-
Construct a LogMessage
- LogMessage.LogMessageType - Enum in miscellaneous.models
-
LogMessageType specifies whether a LogMessage is an error, debug or verbose message.
- logMessageType - Variable in class miscellaneous.models.LogMessage
-
- LogMessageType() - Constructor for enum miscellaneous.models.LogMessage.LogMessageType
-
- logObserver - Variable in class miscellaneous.utilities.LogKeeper
-
- LogPopup - Class in userinterface.popups
-
Popup that displays all log messages.
- LogPopup(LogKeeper) - Constructor for class userinterface.popups.LogPopup
-
Constructs the log popup view.
- logs - Variable in class userinterface.popups.LogPopup
-
- logSize() - Method in class miscellaneous.utilities.LogKeeper
-
Get the item count of the log ArrayList.