Uses of Enum Class
com.dlsc.gemsfx.util.ResizingBehaviour.Operation
Packages that use ResizingBehaviour.Operation
-
Uses of ResizingBehaviour.Operation in com.dlsc.gemsfx.util
Subclasses with type arguments of type ResizingBehaviour.Operation in com.dlsc.gemsfx.utilMethods in com.dlsc.gemsfx.util that return ResizingBehaviour.OperationModifier and TypeMethodDescriptionstatic ResizingBehaviour.OperationReturns the enum constant of this class with the specified name.static ResizingBehaviour.Operation[]ResizingBehaviour.Operation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.dlsc.gemsfx.util that return types with arguments of type ResizingBehaviour.OperationModifier and TypeMethodDescriptionfinal javafx.collections.ObservableList<ResizingBehaviour.Operation> ResizingBehaviour.getSupportedOperations()Gets the value of thesupportedOperationsproperty.final javafx.beans.property.ListProperty<ResizingBehaviour.Operation> ResizingBehaviour.supportedOperationsProperty()The list of supported operations for resizing the region.Method parameters in com.dlsc.gemsfx.util with type arguments of type ResizingBehaviour.OperationModifier and TypeMethodDescriptionfinal voidResizingBehaviour.setSupportedOperations(javafx.collections.ObservableList<ResizingBehaviour.Operation> supportedOperations) Sets the value of thesupportedOperationsproperty.