JavaScript is disabled on your browser.
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method
org.codefx.libfx.nesting

Class DoublePropertyNestingBuilder



  • public class DoublePropertyNestingBuilder
    extends Object 
    A builder for all kinds of nested functionality whose inner observable is a DoubleProperty.
    • Property Detail

      • build

        public NestedDoubleProperty buildProperty
        Creates a nested property from this builder's settings. This method can be called arbitrarily often and each call returns a new instance.
    • Method Detail

      • buildProperty

        public NestedDoubleProperty buildProperty()
        Creates a nested property from this builder's settings. This method can be called arbitrarily often and each call returns a new instance.
      • addListener

        public NestedChangeListenerHandle<T> addListener(javafx.beans.value.ChangeListener<? super T> listener)
        Adds the specified change listener to the nesting hierarchy's inner ObservableValue.
        Parameters:
        listener - the added ChangeListener
        Returns:
        the NestedChangeListenerHandle which can be used to check the nesting's state
      • buildNesting

        public Nesting<O> buildNesting()
        Creates a new nesting from this builder's settings. This method can be called arbitrarily often and each call returns a new instance.
        Returns:
        a new instance of Nesting
      • addListener

        public NestedInvalidationListenerHandle addListener(javafx.beans.InvalidationListener listener)
        Adds the specified invalidation listener to the nesting hierarchy's inner Observable.
        Parameters:
        listener - the added InvalidationListener
        Returns:
        the NestedInvalidationListenerHandle which can be used to check the nesting's state
Skip navigation links
  • Detail:
  • Field |
  • Constr |
  • Method

This documentation is licensed under CC-BY 4.0, attributed to Nicolai Parlog from CodeFX.

AltStyle によって変換されたページ (->オリジナル) /