Module org.autogui

Class LambdaProperty.LambdaFilePathPane

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, GuiMappingContext.SourceUpdateListener, GuiSwingView.ValuePane<Object>
Enclosing class:
LambdaProperty<T>

public static class LambdaProperty.LambdaFilePathPane extends GuiSwingViewFilePathField.PropertyFilePathPane
See Also:
  • Constructor Details

    • LambdaFilePathPane

      public LambdaFilePathPane(Supplier<Path> getter, Consumer<Path> setter)
    • LambdaFilePathPane

      public LambdaFilePathPane(String name, Supplier<Path> getter, Consumer<Path> setter)
      Parameters:
      name - the property name
      getter - the property getter
      setter - the setter
      Since:
      1.7