JavaScript is disabled on your browser.
JavaFX 2.2
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method
javafx.beans.property.adapter

Class ReadOnlyJavaBeanObjectProperty<T>

    • Method Detail

      • finalize

        protected void finalize()
         throws java.lang.Throwable
        Overrides:
        finalize in class java.lang.Object
        Throws:
        java.lang.Throwable
      • get

        public T get()
        Returns the current value of this ObservableObjectValue<T>.
        Specified by:
        get in interface ObservableObjectValue<T>
        Returns:
        The current value
        Throws:
        java.lang.reflect.UndeclaredThrowableException - if calling the getter of the Java Bean property throws an IllegalAccessException or an InvocationTargetException.
      • getBean

        public java.lang.Object getBean()
        Returns the Object that contains this property. If this property is not contained in an Object, null is returned.
        Specified by:
        getBean in interface ReadOnlyProperty<T>
        Returns:
        the containing Object or null
      • getName

        public java.lang.String getName()
        Returns the name of this property. If the property does not have a name, this method returns an empty String.
        Specified by:
        getName in interface ReadOnlyProperty<T>
        Returns:
        the name or an empty String
      • dispose

        public void dispose()
        Signals to the JavaFX property that it will not be used anymore and any references can be removed. A call of this method usually results in the property stopping to observe the Java Bean property by unregistering its listener(s).
        Specified by:
        dispose in interface ReadOnlyJavaBeanProperty<T>
JavaFX 2.2
  • Summary:
  • Nested |
  • Field |
  • Constr |
  • Method
  • Detail:
  • Field |
  • Constr |
  • Method

Copyright (c) 2008, 2014, Oracle and/or its affiliates. All rights reserved.

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