Package com.io7m.jwheatsheaf.ui.internal
Interface JWFileChoosersTestingType
- All Known Implementing Classes:
JWFileChoosersTesting
@Immutable
public interface JWFileChoosersTestingType
Configuration parameters useful for testing this chooser implementation.
-
Method Summary
Modifier and Type Method Description java.util.Optional<java.time.Duration>ioDelay()
-
Method Details
-
ioDelay
java.util.Optional<java.time.Duration> ioDelay()- Returns:
- A delay added to I/O operations to test how the UI responds to slow I/O.
-