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
-
Property Summary
Properties inherited from class qupath.fx.prefs.controlsfx.items.PropertyItem
description, name, prompt -
Constructor Summary
ConstructorsConstructorDescriptionDefaultPropertyItem(javafx.beans.property.Property<T> prop, Class<? extends T> cls) DefaultPropertyItem(LocalizedResourceManager manager, javafx.beans.property.Property<T> prop, Class<? extends T> cls) -
Method Summary
Methods inherited from class qupath.fx.prefs.controlsfx.items.PropertyItem
category, categoryKey, description, descriptionProperty, getCategory, getDescription, getName, key, name, nameProperty, promptPropertyMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.controlsfx.control.PropertySheet.Item
getPropertyEditorClass, isEditable
-
Constructor Details
-
DefaultPropertyItem
-
DefaultPropertyItem
public DefaultPropertyItem(LocalizedResourceManager manager, javafx.beans.property.Property<T> prop, Class<? extends T> cls)
-
-
Method Details
-
getType
-
getValue
-
setValue
-
getObservableValue
-