All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.codefx.libfx.nesting.property.ReadOnlyNestedProperty Maven / Gradle / Ivy

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