Module qupath.fx

Class DirectoryEditor

java.lang.Object
org.controlsfx.property.editor.AbstractPropertyEditor<File,qupath.fx.prefs.controlsfx.editors.AbstractFileEditor.FileChoiceControl>
qupath.fx.prefs.controlsfx.editors.DirectoryEditor
All Implemented Interfaces:
org.controlsfx.property.editor.PropertyEditor<File>

public class DirectoryEditor extends org.controlsfx.property.editor.AbstractPropertyEditor<File,qupath.fx.prefs.controlsfx.editors.AbstractFileEditor.FileChoiceControl>
Editor for selecting directory paths. Appears as a text field with associated button to launch a directory chooser.
  • Constructor Details

    • DirectoryEditor

      public DirectoryEditor(org.controlsfx.control.PropertySheet.Item property)
  • Method Details

    • setValue

      public void setValue(File value)
    • getObservableValue

      protected javafx.beans.value.ObservableValue<File> getObservableValue()
      Specified by:
      getObservableValue in class org.controlsfx.property.editor.AbstractPropertyEditor<File,qupath.fx.prefs.controlsfx.editors.AbstractFileEditor.FileChoiceControl>