package at.bestsolution.efxclipse.runtime.databinding; import java.beans.PropertyDescriptor; import org.eclipse.core.databinding.property.IProperty; public interface IJFXBeanProperty extends IProperty { public PropertyDescriptor getPropertyDescriptor(); }