Module javafx.base

Class ReadOnlyJavaBeanIntegerProperty

    • Method Detail

      • get

        public int get()
        Returns the current value of this ObservableIntegerValue.
        Specified by:
        get in interface ObservableIntegerValue
        Returns:
        The current value
        Throws:
        UndeclaredThrowableException - if calling the getter of the Java Bean property throws an IllegalAccessException or an InvocationTargetException.