Module qupath.fx

Class DefaultPropertyItem<T>

java.lang.Object
qupath.fx.prefs.controlsfx.items.PropertyItem
qupath.fx.prefs.controlsfx.items.DefaultPropertyItem<T>
All Implemented Interfaces:
org.controlsfx.control.PropertySheet.Item
Direct Known Subclasses:
ChoicePropertyItem

public class DefaultPropertyItem<T> extends PropertyItem
  • Constructor Details

    • DefaultPropertyItem

      public DefaultPropertyItem(javafx.beans.property.Property<T> prop, Class<? extends T> cls)
    • DefaultPropertyItem

      public DefaultPropertyItem(LocalizedResourceManager manager, javafx.beans.property.Property<T> prop, Class<? extends T> cls)
  • Method Details

    • getType

      public Class<?> getType()
    • getValue

      public Object getValue()
    • setValue

      public void setValue(Object value)
    • getObservableValue

      public Optional<javafx.beans.value.ObservableValue<?>> getObservableValue()