Uses of Enum Class
jfxutils.TwoPhaseActionSelector.Phase
Packages that use TwoPhaseActionSelector.Phase
Package
Description
This package extends the JFX utilities from the
hu.unideb.inf.homework-project-jfxutils
library.-
Uses of TwoPhaseActionSelector.Phase in jfxutils
Subclasses with type arguments of type TwoPhaseActionSelector.Phase in jfxutilsModifier and TypeClassDescriptionstatic enum
Represents the current phase of the action selection process.Fields in jfxutils declared as TwoPhaseActionSelector.PhaseModifier and TypeFieldDescriptionprotected TwoPhaseActionSelector.Phase
TwoPhaseActionSelector.phase
The current phase of the action selection process.Methods in jfxutils that return TwoPhaseActionSelector.PhaseModifier and TypeMethodDescriptionTwoPhaseActionSelector.getPhase()
Returns the current selection phase.static TwoPhaseActionSelector.Phase
Returns the enum constant of this class with the specified name.static TwoPhaseActionSelector.Phase[]
TwoPhaseActionSelector.Phase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in jfxutils that return types with arguments of type TwoPhaseActionSelector.PhaseModifier and TypeMethodDescriptionjavafx.beans.property.ReadOnlyObjectProperty
<TwoPhaseActionSelector.Phase> JFXTwoPhaseActionSelector.phaseProperty()
Represents the current selection phase.Methods in jfxutils with parameters of type TwoPhaseActionSelector.PhaseModifier and TypeMethodDescriptionprotected void
JFXTwoPhaseActionSelector.setPhase
(TwoPhaseActionSelector.Phase phase) Sets the value of thephase
property.protected void
TwoPhaseActionSelector.setPhase
(TwoPhaseActionSelector.Phase phase) Sets the current selection phase.