Module qupath.fx

Class ChoicePropertyItem<T>

All Implemented Interfaces:
org.controlsfx.control.PropertySheet.Item

public class ChoicePropertyItem<T> extends DefaultPropertyItem<T>
  • Constructor Details

    • ChoicePropertyItem

      public ChoicePropertyItem(LocalizedResourceManager manager, javafx.beans.property.Property<T> prop, javafx.collections.ObservableList<T> choices, Class<? extends T> cls)
    • ChoicePropertyItem

      public ChoicePropertyItem(LocalizedResourceManager manager, javafx.beans.property.Property<T> prop, javafx.collections.ObservableList<T> choices, Class<? extends T> cls, boolean makeSearchable)
  • Method Details

    • getChoices

      public javafx.collections.ObservableList<T> getChoices()
    • makeSearchable

      public boolean makeSearchable()