Module no.ntnu.principes
Package no.ntnu.principes.components.secondary
package no.ntnu.principes.components.secondary
-
ClassDescriptionEnumCombobox<T>A specialized JavaFX ComboBox for enum types, allowing selection from the enum constants with customizable inclusion and exclusion of specific values.A custom ListCell implementation designed to display elements in a ComboBox populated with enum constants.Displays validation errors on a form and dynamically updates its state based on the bound
Validator.A JavaFX component for displaying and managing a task list, where tasks can be assigned, marked as done, and information such as difficulty, estimated time, and due dates is shown.Customizes the appearance of cells in aComboBoxcontainingProfileobjects.A specialized horizontal container for managing and rendering a group of selectable components.Represents an item in aSelectableGroup, containing its unique identifier, displayed label, and current selection state.Extends the functionality of JavaFX'sTabPaneto manage lifecycle methods (mountandunmount) ofinstanceswithin its tabs.