
org.codefx.libfx.nesting.property.ReadOnlyNestedProperty Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of LibFX Show documentation
Show all versions of LibFX Show documentation
LibFX provides usability classes for Java and JavaFX.
The newest version!
package org.codefx.libfx.nesting.property;
import javafx.beans.property.ReadOnlyProperty;
import org.codefx.libfx.nesting.Nested;
/**
* A read only version of a {@link NestedProperty}.
*
* @param
* the type of the value wrapped by the property
*/
public interface ReadOnlyNestedProperty extends Nested, ReadOnlyProperty {
// no additional members defined
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy