Index

A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values

A

action() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
action() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
addAllFileFilters(Iterable<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Adds elements to fileFilters list.
addAllRecentFiles(Iterable<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Adds elements to recentFiles list.
addFileFilters(JWFileChooserFilterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Adds one element to fileFilters list.
addFileFilters(JWFileChooserFilterType...) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Adds elements to fileFilters list.
addRecentFiles(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Adds one element to recentFiles list.
addRecentFiles(Path...) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Adds elements to recentFiles list.
allowDirectoryCreation() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
allowDirectoryCreation() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 

B

build() - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed.Builder
build() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
build() - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed.Builder
Builds a new JWFileListingFailed.
build() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting.Builder
Builds a new JWFileChoosersTesting.
build() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Builds a new JWFileItem.
builder() - Static method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
Creates a builder for JWDirectoryCreationFailed.
builder() - Static method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Creates a builder for JWFileChooserConfiguration.
builder() - Static method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
Creates a builder for JWFileListingFailed.
builder() - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
Creates a builder for JWFileChoosersTesting.
builder() - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Creates a builder for JWFileItem.
buttonOpen() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesAbstract
A message override for the "Open" button.
buttonOpen() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesType
A message override for the "Open" button.
buttonSave() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesAbstract
A message override for the "Save" button.
buttonSave() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesType
A message override for the "Save" button.

C

cancel() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserType
If the file chooser is open, then hide it and behave as if the user cancelled the selection.
cancel() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserViewController
Cancel and hide the file selection.
checkPreconditions() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
Check preconditions for the type.
close() - Method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
 
com.io7m.jwheatsheaf.api - package com.io7m.jwheatsheaf.api
JavaFX file chooser (API)
com.io7m.jwheatsheaf.oxygen - package com.io7m.jwheatsheaf.oxygen
JavaFX file chooser (Oxygen icon theme)
com.io7m.jwheatsheaf.ui - package com.io7m.jwheatsheaf.ui
JavaFX file chooser (UI)
com.io7m.jwheatsheaf.ui.internal - package com.io7m.jwheatsheaf.ui.internal
JavaFX file chooser (UI internal classes)
comparator() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileList
 
confirmFileSelection() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
If set to true, then when the user is using a mode such as JWFileChooserAction.CREATE, a confirmation dialog will be displayed if the user selects a file that already exists.
confirmFileSelection() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
If set to true, then when the user is using a mode such as JWFileChooserAction.CREATE, a confirmation dialog will be displayed if the user selects a file that already exists.
confirmReplaceButton() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesAbstract
A message override for the "Replace" confirmation button.
confirmReplaceButton() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesType
A message override for the "Replace" confirmation button.
confirmReplaceMessage(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesAbstract
A message override for the "Do you want to replace this file?" message.
confirmReplaceMessage(String) - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesType
A message override for the "Do you want to replace this file?" message.
confirmTitleMessage() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesAbstract
A message override for the "Replace?" confirmation dialog header.
confirmTitleMessage() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesType
A message override for the "Replace?" confirmation dialog header.
copyOf(JWFileChooserConfigurationType) - Static method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Creates an immutable copy of a JWFileChooserConfigurationType value.
copyOf(JWFileChooserEventType.JWDirectoryCreationFailedType) - Static method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
Creates an immutable copy of a JWFileChooserEventType.JWDirectoryCreationFailedType value.
copyOf(JWFileChooserEventType.JWFileListingFailedType) - Static method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
Creates an immutable copy of a JWFileChooserEventType.JWFileListingFailedType value.
copyOf(JWFileChoosersTestingType) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
Creates an immutable copy of a JWFileChoosersTestingType value.
copyOf(JWFileItemType) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Creates an immutable copy of a JWFileItemType value.
create() - Static method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
Create a new file chooser provider.
create(JWFileChooserConfiguration) - Method in interface com.io7m.jwheatsheaf.api.JWFileChoosersType
Create a new file chooser.
create(JWFileChooserConfiguration) - Method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
 
create(JWStrings) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterAllFiles
Create a file chooser filter that accepts all files.
create(JWStrings) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterOnlyDirectories
Create a file chooser filter that only accepts directories.
CREATE - Enum constant in enum class com.io7m.jwheatsheaf.api.JWFileChooserAction
The user is choosing a single file that may be created by the application.
createDefaultIcons() - Static method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
 
createDirectoryTitle() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
createWith(ExecutorService, Locale) - Static method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
Create a new file chooser provider.
createWithTesting(ExecutorService, JWFileChoosersTesting, Locale) - Static method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
Create a new file chooser provider.
cssStylesheet() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
The CSS stylesheet that will be added to the file chooser UI.
cssStylesheet() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
The CSS stylesheet that will be added to the file chooser UI.

D

description() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserFilterType
 
description() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterAllFiles
 
description() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterOnlyDirectories
 
DIRECTORY - Enum constant in enum class com.io7m.jwheatsheaf.api.JWFileKind
The file is a directory.
displayName() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
 
displayName() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
 

E

enterDirectoryName() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
enterPath() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
enterPathTitle() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
equals(Object) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
This instance is equal to all instances of JWDirectoryCreationFailed that have equal attribute values.
equals(Object) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
This instance is equal to all instances of JWFileChooserConfiguration that have equal attribute values.
equals(Object) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
This instance is equal to all instances of JWFileListingFailed that have equal attribute values.
equals(Object) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
This instance is equal to all instances of JWFileChoosersTesting that have equal attribute values.
equals(Object) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
This instance is equal to all instances of JWFileItem that have equal attribute values.
exception() - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
 
exception() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWDirectoryCreationFailedType
 
exception() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWFileChooserEventErrorType
 
exception() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWFileListingFailedType
 
exception() - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
 

F

fileConfirmReplace(String) - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
fileConfirmReplaceButton() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
fileConfirmReplaceTitle() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
fileFilterDefault() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
fileFilterDefault() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
fileFilters() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
fileFilters() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
fileImageSet() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
The image set used to select images for the file chooser UI.
fileImageSet() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
The image set used to select images for the file chooser UI.
fileSelect() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
fileSelectionMode() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Sets a mode that prevents returning a file to the client if that file does not meet criteria returned by this method.
fileSelectionMode() - Static method in class com.io7m.jwheatsheaf.api.JWFileChooserConfigurationDefaults
The default file selection mode.
fileSelectionMode() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
Sets a mode that prevents returning a file to the client if that file does not meet criteria returned by this method.
fileSizeFormatter() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
fileSizeFormatter() - Static method in class com.io7m.jwheatsheaf.api.JWFileChooserConfigurationDefaults
This is a basic file size formatter that displays fractional kilobyte, megabyte, gigabyte, and terabyte values depending on sizes.
fileSizeFormatter() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
filesSelect() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
fileSystem() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
fileSystem() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
fileTimeFormatter() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
fileTimeFormatter() - Static method in class com.io7m.jwheatsheaf.api.JWFileChooserConfigurationDefaults
The default date/time formatter.
fileTimeFormatter() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
filterAllFilesDescription() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
filterForAllFiles() - Method in interface com.io7m.jwheatsheaf.api.JWFileChoosersType
 
filterForAllFiles() - Method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
 
filterForOnlyDirectories() - Method in interface com.io7m.jwheatsheaf.api.JWFileChoosersType
 
filterForOnlyDirectories() - Method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
 
filterOnlyDirectoriesDescription() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
forDirectoryCreate() - Method in interface com.io7m.jwheatsheaf.api.JWFileImageSetType
 
forDirectoryCreate() - Method in class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
 
forDirectoryCreate() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
 
forDirectoryUp() - Method in interface com.io7m.jwheatsheaf.api.JWFileImageSetType
 
forDirectoryUp() - Method in class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
 
forDirectoryUp() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
 
forFileKind(JWFileKind) - Method in interface com.io7m.jwheatsheaf.api.JWFileImageSetType
Find an icon for the given file kind.
forFileKind(JWFileKind) - Method in class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
 
forFileKind(JWFileKind) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
 
forFileSystem() - Method in interface com.io7m.jwheatsheaf.api.JWFileImageSetType
 
forFileSystem() - Method in class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
 
forFileSystem() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
 
forHome() - Method in interface com.io7m.jwheatsheaf.api.JWFileImageSetType
 
forHome() - Method in class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
 
forHome() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
 
formatSize(long) - Method in interface com.io7m.jwheatsheaf.api.JWFileSizeFormatterType
Format the given size in bytes as a humanly-readable string.
formatTime(FileTime) - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileTimeFormatterType
Format the given file time as a humanly-readable string.
forRecentItems() - Method in interface com.io7m.jwheatsheaf.api.JWFileImageSetType
 
forRecentItems() - Method in class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
 
forRecentItems() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
 
forSelectDirect() - Method in interface com.io7m.jwheatsheaf.api.JWFileImageSetType
 
forSelectDirect() - Method in class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
 
forSelectDirect() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
 
from(JWFileChooserConfigurationType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Fill a builder with attribute values from the provided JWFileChooserConfigurationType instance.
from(JWFileChooserEventType.JWDirectoryCreationFailedType) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed.Builder
Fill a builder with attribute values from the provided com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWDirectoryCreationFailedType instance.
from(JWFileChooserEventType.JWFileChooserEventErrorType) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed.Builder
Fill a builder with attribute values from the provided com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWFileChooserEventErrorType instance.
from(JWFileChooserEventType.JWFileChooserEventErrorType) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed.Builder
Fill a builder with attribute values from the provided com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWFileChooserEventErrorType instance.
from(JWFileChooserEventType.JWFileListingFailedType) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed.Builder
Fill a builder with attribute values from the provided com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWFileListingFailedType instance.
from(JWFileChoosersTestingType) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting.Builder
Fill a builder with attribute values from the provided JWFileChoosersTestingType instance.
from(JWFileItemType) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Fill a builder with attribute values from the provided JWFileItemType instance.

G

get() - Static method in class com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesEmpty
 
getResourceBundle() - Static method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
Retrieve the resource bundle for the current locale.
getResourceBundle(Locale) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
Retrieve the resource bundle for the given locale.

H

hashCode() - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
Computes a hash code from attributes: path, exception.
hashCode() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Computes a hash code from attributes: recentFiles, fileSystem, initialDirectory, homeDirectory, initialFileName, title, fileImageSet, cssStylesheet, fileFilters, fileFilterDefault, fileSelectionMode, allowDirectoryCreation, showParentDirectory, fileTimeFormatter, fileSizeFormatter, action, confirmFileSelection, stringOverrides, modality.
hashCode() - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
Computes a hash code from attributes: path, exception.
hashCode() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
Computes a hash code from attributes: ioDelay.
hashCode() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Computes a hash code from attributes: kind, path, size, modifiedTime, displayName.
homeDirectory() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
The directory to which the chooser will navigate when the user clicks the "home" button.
homeDirectory() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
The directory to which the chooser will navigate when the user clicks the "home" button.

I

imageOfKind(JWFileImageSetType, JWFileKind) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWImages
Load an image for the given file kind.
imageView16x16Of(URL) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWImages
Construct a 16x16 image view for the given URL.
initialDirectory() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
initialDirectory() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
initialFileName() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
initialFileName() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
ioDelay() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
 
ioDelay() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTestingType
 
isAllowed(Path) - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserFilterType
 
isAllowed(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterAllFiles
 
isAllowed(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterOnlyDirectories
 
items() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileList
 

J

JWDirectoryCreationFailed - Class in com.io7m.jwheatsheaf.api
An error occurred whilst trying to create a directory.
JWDirectoryCreationFailed.Builder - Class in com.io7m.jwheatsheaf.api
Builds instances of type JWDirectoryCreationFailed.
JWFileChooserAction - Enum Class in com.io7m.jwheatsheaf.api
A specification of the action the file chooser is performing.
JWFileChooserConfiguration - Class in com.io7m.jwheatsheaf.api
The configuration information used to instantiate file choosers.
JWFileChooserConfiguration.Builder - Class in com.io7m.jwheatsheaf.api
Builds instances of type JWFileChooserConfiguration.
JWFileChooserConfigurationDefaults - Class in com.io7m.jwheatsheaf.api
Default values used for file chooser configurations.
JWFileChooserConfigurationType - Interface in com.io7m.jwheatsheaf.api
The configuration information used to instantiate file choosers.
JWFileChooserEventType - Interface in com.io7m.jwheatsheaf.api
The type of events published during the process of choosing files.
JWFileChooserEventType.JWDirectoryCreationFailedType - Interface in com.io7m.jwheatsheaf.api
An error occurred whilst trying to create a directory.
JWFileChooserEventType.JWFileChooserEventErrorType - Interface in com.io7m.jwheatsheaf.api
The type of events that correspond to errors.
JWFileChooserEventType.JWFileListingFailedType - Interface in com.io7m.jwheatsheaf.api
An error occurred whilst trying to list a directory.
JWFileChooserFilterAllFiles - Class in com.io7m.jwheatsheaf.ui.internal
A filter that trivially accepts all files.
JWFileChooserFilterOnlyDirectories - Class in com.io7m.jwheatsheaf.ui.internal
A filter that accepts only directories.
JWFileChooserFilterType - Interface in com.io7m.jwheatsheaf.api
The type of file filters.
JWFileChoosers - Class in com.io7m.jwheatsheaf.ui
The default implementation of the JWFileChoosersType interface.
JWFileChoosersTesting - Class in com.io7m.jwheatsheaf.ui.internal
Configuration parameters useful for testing this chooser implementation.
JWFileChoosersTesting.Builder - Class in com.io7m.jwheatsheaf.ui.internal
Builds instances of type JWFileChoosersTesting.
JWFileChoosersTestingType - Interface in com.io7m.jwheatsheaf.ui.internal
Configuration parameters useful for testing this chooser implementation.
JWFileChooserStringOverridesAbstract - Class in com.io7m.jwheatsheaf.api
An abstract set of string overrides that override nothing.
JWFileChooserStringOverridesAbstract() - Constructor for class com.io7m.jwheatsheaf.api.JWFileChooserStringOverridesAbstract
 
JWFileChooserStringOverridesEmpty - Class in com.io7m.jwheatsheaf.api
A set of string overrides that override nothing.
JWFileChooserStringOverridesType - Interface in com.io7m.jwheatsheaf.api
The set of string overrides.
JWFileChoosersType - Interface in com.io7m.jwheatsheaf.api
A provider of file choosers.
JWFileChooserType - Interface in com.io7m.jwheatsheaf.api
A created file chooser.
JWFileChooserViewController - Class in com.io7m.jwheatsheaf.ui.internal
The file chooser view controller.
JWFileChooserViewController() - Constructor for class com.io7m.jwheatsheaf.ui.internal.JWFileChooserViewController
Construct a view controller.
JWFileImageDefaultSet - Class in com.io7m.jwheatsheaf.ui.internal
The default set of images.
JWFileImageDefaultSet() - Constructor for class com.io7m.jwheatsheaf.ui.internal.JWFileImageDefaultSet
Construct a set of images.
JWFileImageSetType - Interface in com.io7m.jwheatsheaf.api
An image resolver used to supply icon resources for the file chooser UI.
JWFileItem - Class in com.io7m.jwheatsheaf.ui.internal
A resolved file item.
JWFileItem.Builder - Class in com.io7m.jwheatsheaf.ui.internal
Builds instances of type JWFileItem.
JWFileItems - Class in com.io7m.jwheatsheaf.ui.internal
Functions over file items.
JWFileItemType - Interface in com.io7m.jwheatsheaf.ui.internal
A resolved file item.
JWFileKind - Enum Class in com.io7m.jwheatsheaf.api
The kind of a file.
JWFileList - Class in com.io7m.jwheatsheaf.ui.internal
A filtered file list.
JWFileList(JWFileChooserFilterType) - Constructor for class com.io7m.jwheatsheaf.ui.internal.JWFileList
Construct a filtered file list.
JWFileListingFailed - Class in com.io7m.jwheatsheaf.api
An error occurred whilst trying to list a directory.
JWFileListingFailed.Builder - Class in com.io7m.jwheatsheaf.api
Builds instances of type JWFileListingFailed.
JWFileListingRetrieverType - Interface in com.io7m.jwheatsheaf.ui.internal
A function that, on evaluation, returns a list of file items.
JWFileSizeFormatterType - Interface in com.io7m.jwheatsheaf.api
A formatter for file size values.
JWFileSourceEntryFilesystemRoot - Class in com.io7m.jwheatsheaf.ui.internal
A source entry representing a filesystem root.
JWFileSourceEntryFilesystemRoot(boolean, Path) - Constructor for class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryFilesystemRoot
Construct a source entry.
JWFileSourceEntryRecentItems - Class in com.io7m.jwheatsheaf.ui.internal
A source entry representing a list of recent items.
JWFileSourceEntryRecentItems(JWFileChooserConfiguration) - Constructor for class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryRecentItems
Construct a source entry.
JWFileSourceEntryType - Interface in com.io7m.jwheatsheaf.ui.internal
A source entry.
JWFileTimeFormatterType - Interface in com.io7m.jwheatsheaf.ui.internal
The type of file time formatters.
JWImages - Class in com.io7m.jwheatsheaf.ui.internal
Functions to deal with images.
JWOxygenIconSet - Class in com.io7m.jwheatsheaf.oxygen
A set of icons based on the Oxygen icon theme.
JWOxygenIconSet() - Constructor for class com.io7m.jwheatsheaf.oxygen.JWOxygenIconSet
Construct a set of images.
JWStrings - Class in com.io7m.jwheatsheaf.ui.internal
The default application string provider.
JWToolTips - Class in com.io7m.jwheatsheaf.ui.internal
Functions to create tooltips.
JWVersion - Class in com.io7m.jwheatsheaf.api
 

K

kind() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
 
kind() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
 

L

listDirectory(Path, boolean) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileItems
List the given directory, resolving each entry into a file item.

M

MAIN_BUILD - Static variable in class com.io7m.jwheatsheaf.api.JWVersion
 
MAIN_VERSION - Static variable in class com.io7m.jwheatsheaf.api.JWVersion
 
modality() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
modality() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
modifiedTime() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
 
modifiedTime() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
 

N

name() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
 

O

of(Path, Exception) - Static method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
Construct a new immutable JWDirectoryCreationFailed instance.
of(Path, Exception) - Static method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
Construct a new immutable JWFileListingFailed instance.
of(ResourceBundle) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
Create a new string provider from the given bundle.
onFileItemsRequested() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileListingRetrieverType
 
onFileItemsRequested() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryFilesystemRoot
 
onFileItemsRequested() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryRecentItems
 
onListCell(JWFileImageSetType, JWStrings, ListCell<JWFileSourceEntryType>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryFilesystemRoot
 
onListCell(JWFileImageSetType, JWStrings, ListCell<JWFileSourceEntryType>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryRecentItems
 
onListCell(JWFileImageSetType, JWStrings, ListCell<JWFileSourceEntryType>) - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryType
Configure the given list cell to show this item.
open() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
OPEN_EXISTING_MULTIPLE - Enum constant in enum class com.io7m.jwheatsheaf.api.JWFileChooserAction
The user is choosing a set of existing files.
OPEN_EXISTING_SINGLE - Enum constant in enum class com.io7m.jwheatsheaf.api.JWFileChooserAction
The user is choosing a single existing file.

P

path() - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
 
path() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWDirectoryCreationFailedType
 
path() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWFileChooserEventErrorType
 
path() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserEventType.JWFileListingFailedType
 
path() - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
 
path() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
 
path() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
 
path() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryFilesystemRoot
 
path() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryRecentItems
 
path() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileSourceEntryType
 

R

recentFiles() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
recentFiles() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
recentItems() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
REGULAR_FILE - Enum constant in enum class com.io7m.jwheatsheaf.api.JWFileKind
The file is a regular file.
resolveFileItem(Path) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileItems
Resolve the given path into a file item.
result() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserType
 
result() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserViewController
 

S

save() - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
setAction(JWFileChooserAction) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the action attribute.
setAllowDirectoryCreation(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the allowDirectoryCreation attribute.
setConfiguration(JWFileChoosers, ExecutorService, JWFileChoosersTesting, JWStrings, JWFileImageSetType, JWFileChooserConfiguration) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserViewController
Set the file chooser provider and configuration.
setConfirmFileSelection(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the confirmFileSelection attribute.
setCssStylesheet(URL) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value cssStylesheet to cssStylesheet.
setCssStylesheet(Optional<? extends URL>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value cssStylesheet to cssStylesheet.
setDisplayName(String) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Initializes the optional value displayName to displayName.
setDisplayName(Optional<String>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Initializes the optional value displayName to displayName.
setEventListener(Consumer<JWFileChooserEventType>) - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserType
Add a receiver of events.
setEventReceiver(Consumer<JWFileChooserEventType>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserViewController
Set a function that will receive events from the chooser.
setException(Exception) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed.Builder
Initializes the value for the exception attribute.
setException(Exception) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed.Builder
Initializes the value for the exception attribute.
setFileFilterDefault(JWFileChooserFilterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value fileFilterDefault to fileFilterDefault.
setFileFilterDefault(Optional<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value fileFilterDefault to fileFilterDefault.
setFileFilters(Iterable<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Sets or replaces all elements for fileFilters list.
setFileImageSet(JWFileImageSetType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value fileImageSet to fileImageSet.
setFileImageSet(Optional<? extends JWFileImageSetType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value fileImageSet to fileImageSet.
setFileSelectionMode(Function<Path, Boolean>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the fileSelectionMode attribute.
setFileSizeFormatter(JWFileSizeFormatterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the fileSizeFormatter attribute.
setFileSystem(FileSystem) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the fileSystem attribute.
setFileTimeFormatter(DateTimeFormatter) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the fileTimeFormatter attribute.
setFilter(JWFileChooserFilterType) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileList
Set the type filter.
setHomeDirectory(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value homeDirectory to homeDirectory.
setHomeDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value homeDirectory to homeDirectory.
setInitialDirectory(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value initialDirectory to initialDirectory.
setInitialDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value initialDirectory to initialDirectory.
setInitialFileName(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value initialFileName to initialFileName.
setInitialFileName(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value initialFileName to initialFileName.
setIoDelay(Duration) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting.Builder
Initializes the optional value ioDelay to ioDelay.
setIoDelay(Optional<? extends Duration>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting.Builder
Initializes the optional value ioDelay to ioDelay.
setItems(List<JWFileItem>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileList
Set the items for the file list.
setKind(JWFileKind) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Initializes the value for the kind attribute.
setModality(Modality) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the modality attribute.
setModifiedTime(FileTime) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Initializes the value for the modifiedTime attribute.
setPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed.Builder
Initializes the value for the path attribute.
setPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed.Builder
Initializes the value for the path attribute.
setPath(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Initializes the value for the path attribute.
setRecentFiles(Iterable<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Sets or replaces all elements for recentFiles list.
setSearch(String) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileList
Set the search filter.
setShowParentDirectory(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the showParentDirectory attribute.
setSize(long) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
Initializes the value for the size attribute.
setStringOverrides(JWFileChooserStringOverridesType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the value for the stringOverrides attribute.
setTitle(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value title to title.
setTitle(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
Initializes the optional value title to title.
show() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserType
Display the file chooser and return immediately.
showAndWait() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserType
Display the file chooser and wait until the user either selects files, or cancels the dialog.
showParentDirectory() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Determine whether to show a link to the parent directory inside the file listing.
showParentDirectory() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
Determine whether to show a link to the parent directory inside the file listing.
size() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
 
size() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
 
stage() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserType
 
stringOverrides() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
stringOverrides() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
SYMBOLIC_LINK - Enum constant in enum class com.io7m.jwheatsheaf.api.JWFileKind
The file is a symbolic link.

T

title() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
 
title() - Method in interface com.io7m.jwheatsheaf.api.JWFileChooserConfigurationType
 
tooltipDirectory(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
tooltipFile(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
 
tooltipOf(JWFileItem) - Method in class com.io7m.jwheatsheaf.ui.internal.JWToolTips
Create a tooltip for the given file item.
toString() - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
Prints the immutable value JWDirectoryCreationFailed with attribute values.
toString() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Prints the immutable value JWFileChooserConfiguration with attribute values.
toString() - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
Prints the immutable value JWFileListingFailed with attribute values.
toString() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
Prints the immutable value JWFileChoosersTesting with attribute values.
toString() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Prints the immutable value JWFileItem with attribute values.

U

UNKNOWN - Enum constant in enum class com.io7m.jwheatsheaf.api.JWFileKind
The file is an unknown type.

V

valueOf(String) - Static method in enum class com.io7m.jwheatsheaf.api.JWFileChooserAction
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class com.io7m.jwheatsheaf.api.JWFileKind
Returns the enum constant of this class with the specified name.
values() - Static method in enum class com.io7m.jwheatsheaf.api.JWFileChooserAction
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class com.io7m.jwheatsheaf.api.JWFileKind
Returns an array containing the constants of this enum class, in the order they are declared.

W

withAction(JWFileChooserAction) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the action attribute.
withAllowDirectoryCreation(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the allowDirectoryCreation attribute.
withConfirmFileSelection(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the confirmFileSelection attribute.
withCssStylesheet(URL) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a present value for the optional cssStylesheet attribute.
withCssStylesheet(Optional<? extends URL>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting an optional value for the cssStylesheet attribute.
withDisplayName(String) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Copy the current immutable object by setting a present value for the optional displayName attribute.
withDisplayName(Optional<String>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Copy the current immutable object by setting an optional value for the displayName attribute.
withException(Exception) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
Copy the current immutable object by setting a value for the exception attribute.
withException(Exception) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
Copy the current immutable object by setting a value for the exception attribute.
withFileFilterDefault(JWFileChooserFilterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a present value for the optional fileFilterDefault attribute.
withFileFilterDefault(Optional<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting an optional value for the fileFilterDefault attribute.
withFileFilters(JWFileChooserFilterType...) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object with elements that replace the content of fileFilters.
withFileFilters(Iterable<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object with elements that replace the content of fileFilters.
withFileImageSet(JWFileImageSetType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a present value for the optional fileImageSet attribute.
withFileImageSet(Optional<? extends JWFileImageSetType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting an optional value for the fileImageSet attribute.
withFileSelectionMode(Function<Path, Boolean>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the fileSelectionMode attribute.
withFileSizeFormatter(JWFileSizeFormatterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the fileSizeFormatter attribute.
withFileSystem(FileSystem) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the fileSystem attribute.
withFileTimeFormatter(DateTimeFormatter) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the fileTimeFormatter attribute.
withHomeDirectory(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a present value for the optional homeDirectory attribute.
withHomeDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting an optional value for the homeDirectory attribute.
withInitialDirectory(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a present value for the optional initialDirectory attribute.
withInitialDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting an optional value for the initialDirectory attribute.
withInitialFileName(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a present value for the optional initialFileName attribute.
withInitialFileName(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting an optional value for the initialFileName attribute.
withIoDelay(Duration) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
Copy the current immutable object by setting a present value for the optional ioDelay attribute.
withIoDelay(Optional<? extends Duration>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
Copy the current immutable object by setting an optional value for the ioDelay attribute.
withKind(JWFileKind) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Copy the current immutable object by setting a value for the kind attribute.
withModality(Modality) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the modality attribute.
withModifiedTime(FileTime) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Copy the current immutable object by setting a value for the modifiedTime attribute.
withPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
Copy the current immutable object by setting a value for the path attribute.
withPath(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Copy the current immutable object by setting a value for the path attribute.
withRecentFiles(Iterable<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object with elements that replace the content of recentFiles.
withRecentFiles(Path...) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object with elements that replace the content of recentFiles.
withShowParentDirectory(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the showParentDirectory attribute.
withSize(long) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
Copy the current immutable object by setting a value for the size attribute.
withStringOverrides(JWFileChooserStringOverridesType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a value for the stringOverrides attribute.
withTitle(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting a present value for the optional title attribute.
withTitle(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
Copy the current immutable object by setting an optional value for the title attribute.
A B C D E F G H I J K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values