Index
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
fileFilterslist. - addAllRecentFiles(Iterable<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Adds elements to
recentFileslist. - addFileFilters(JWFileChooserFilterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Adds one element to
fileFilterslist. - addFileFilters(JWFileChooserFilterType...) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Adds elements to
fileFilterslist. - addRecentFiles(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Adds one element to
recentFileslist. - addRecentFiles(Path...) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Adds elements to
recentFileslist. - 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
-
Builds a new
JWDirectoryCreationFailed. - build() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Builds a new
JWFileChooserConfiguration. - 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 asJWFileChooserAction.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 asJWFileChooserAction.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
JWFileChooserConfigurationTypevalue. - copyOf(JWFileChooserEventType.JWDirectoryCreationFailedType) - Static method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
-
Creates an immutable copy of a
JWFileChooserEventType.JWDirectoryCreationFailedTypevalue. - copyOf(JWFileChooserEventType.JWFileListingFailedType) - Static method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
-
Creates an immutable copy of a
JWFileChooserEventType.JWFileListingFailedTypevalue. - copyOf(JWFileChoosersTestingType) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
-
Creates an immutable copy of a
JWFileChoosersTestingTypevalue. - copyOf(JWFileItemType) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Creates an immutable copy of a
JWFileItemTypevalue. - 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
JWDirectoryCreationFailedthat have equal attribute values. - equals(Object) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
This instance is equal to all instances of
JWFileChooserConfigurationthat have equal attribute values. - equals(Object) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
-
This instance is equal to all instances of
JWFileListingFailedthat have equal attribute values. - equals(Object) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
-
This instance is equal to all instances of
JWFileChoosersTestingthat have equal attribute values. - equals(Object) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
This instance is equal to all instances of
JWFileItemthat 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
JWFileChooserConfigurationTypeinstance. - 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.JWDirectoryCreationFailedTypeinstance. - 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.JWFileChooserEventErrorTypeinstance. - 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.JWFileChooserEventErrorTypeinstance. - 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.JWFileListingFailedTypeinstance. - from(JWFileChoosersTestingType) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting.Builder
-
Fill a builder with attribute values from the provided
JWFileChoosersTestingTypeinstance. - from(JWFileItemType) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Fill a builder with attribute values from the provided
JWFileItemTypeinstance.
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
JWFileChoosersTypeinterface. - 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
JWDirectoryCreationFailedinstance. - of(Path, Exception) - Static method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
-
Construct a new immutable
JWFileListingFailedinstance. - 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
actionattribute. - setAllowDirectoryCreation(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the value for the
allowDirectoryCreationattribute. - 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
confirmFileSelectionattribute. - setCssStylesheet(URL) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
cssStylesheetto cssStylesheet. - setCssStylesheet(Optional<? extends URL>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
cssStylesheetto cssStylesheet. - setDisplayName(String) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Initializes the optional value
displayNameto displayName. - setDisplayName(Optional<String>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Initializes the optional value
displayNameto 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
exceptionattribute. - setException(Exception) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed.Builder
-
Initializes the value for the
exceptionattribute. - setFileFilterDefault(JWFileChooserFilterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
fileFilterDefaultto fileFilterDefault. - setFileFilterDefault(Optional<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
fileFilterDefaultto fileFilterDefault. - setFileFilters(Iterable<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Sets or replaces all elements for
fileFilterslist. - setFileImageSet(JWFileImageSetType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
fileImageSetto fileImageSet. - setFileImageSet(Optional<? extends JWFileImageSetType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
fileImageSetto fileImageSet. - setFileSelectionMode(Function<Path, Boolean>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the value for the
fileSelectionModeattribute. - setFileSizeFormatter(JWFileSizeFormatterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the value for the
fileSizeFormatterattribute. - setFileSystem(FileSystem) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the value for the
fileSystemattribute. - setFileTimeFormatter(DateTimeFormatter) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the value for the
fileTimeFormatterattribute. - 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
homeDirectoryto homeDirectory. - setHomeDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
homeDirectoryto homeDirectory. - setInitialDirectory(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
initialDirectoryto initialDirectory. - setInitialDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
initialDirectoryto initialDirectory. - setInitialFileName(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
initialFileNameto initialFileName. - setInitialFileName(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
initialFileNameto initialFileName. - setIoDelay(Duration) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting.Builder
-
Initializes the optional value
ioDelayto ioDelay. - setIoDelay(Optional<? extends Duration>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting.Builder
-
Initializes the optional value
ioDelayto 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
kindattribute. - setModality(Modality) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the value for the
modalityattribute. - setModifiedTime(FileTime) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Initializes the value for the
modifiedTimeattribute. - setPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed.Builder
-
Initializes the value for the
pathattribute. - setPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed.Builder
-
Initializes the value for the
pathattribute. - setPath(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Initializes the value for the
pathattribute. - setRecentFiles(Iterable<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Sets or replaces all elements for
recentFileslist. - 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
showParentDirectoryattribute. - setSize(long) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Initializes the value for the
sizeattribute. - setStringOverrides(JWFileChooserStringOverridesType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the value for the
stringOverridesattribute. - setTitle(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
titleto title. - setTitle(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration.Builder
-
Initializes the optional value
titleto 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
JWDirectoryCreationFailedwith attribute values. - toString() - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Prints the immutable value
JWFileChooserConfigurationwith attribute values. - toString() - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
-
Prints the immutable value
JWFileListingFailedwith attribute values. - toString() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
-
Prints the immutable value
JWFileChoosersTestingwith attribute values. - toString() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Prints the immutable value
JWFileItemwith 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
actionattribute. - withAllowDirectoryCreation(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
allowDirectoryCreationattribute. - withConfirmFileSelection(boolean) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
confirmFileSelectionattribute. - withCssStylesheet(URL) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a present value for the optional
cssStylesheetattribute. - withCssStylesheet(Optional<? extends URL>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting an optional value for the
cssStylesheetattribute. - withDisplayName(String) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Copy the current immutable object by setting a present value for the optional
displayNameattribute. - withDisplayName(Optional<String>) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Copy the current immutable object by setting an optional value for the
displayNameattribute. - withException(Exception) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
-
Copy the current immutable object by setting a value for the
exceptionattribute. - withException(Exception) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
-
Copy the current immutable object by setting a value for the
exceptionattribute. - withFileFilterDefault(JWFileChooserFilterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a present value for the optional
fileFilterDefaultattribute. - withFileFilterDefault(Optional<? extends JWFileChooserFilterType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting an optional value for the
fileFilterDefaultattribute. - 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
fileImageSetattribute. - withFileImageSet(Optional<? extends JWFileImageSetType>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting an optional value for the
fileImageSetattribute. - withFileSelectionMode(Function<Path, Boolean>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
fileSelectionModeattribute. - withFileSizeFormatter(JWFileSizeFormatterType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
fileSizeFormatterattribute. - withFileSystem(FileSystem) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
fileSystemattribute. - withFileTimeFormatter(DateTimeFormatter) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
fileTimeFormatterattribute. - withHomeDirectory(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a present value for the optional
homeDirectoryattribute. - withHomeDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting an optional value for the
homeDirectoryattribute. - withInitialDirectory(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a present value for the optional
initialDirectoryattribute. - withInitialDirectory(Optional<? extends Path>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting an optional value for the
initialDirectoryattribute. - withInitialFileName(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a present value for the optional
initialFileNameattribute. - withInitialFileName(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting an optional value for the
initialFileNameattribute. - withIoDelay(Duration) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileChoosersTesting
-
Copy the current immutable object by setting a present value for the optional
ioDelayattribute. - 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
ioDelayattribute. - withKind(JWFileKind) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Copy the current immutable object by setting a value for the
kindattribute. - withModality(Modality) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
modalityattribute. - withModifiedTime(FileTime) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Copy the current immutable object by setting a value for the
modifiedTimeattribute. - withPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWDirectoryCreationFailed
-
Copy the current immutable object by setting a value for the
pathattribute. - withPath(Path) - Method in class com.io7m.jwheatsheaf.api.JWFileListingFailed
-
Copy the current immutable object by setting a value for the
pathattribute. - withPath(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Copy the current immutable object by setting a value for the
pathattribute. - 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
showParentDirectoryattribute. - withSize(long) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Copy the current immutable object by setting a value for the
sizeattribute. - withStringOverrides(JWFileChooserStringOverridesType) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a value for the
stringOverridesattribute. - withTitle(String) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting a present value for the optional
titleattribute. - withTitle(Optional<String>) - Method in class com.io7m.jwheatsheaf.api.JWFileChooserConfiguration
-
Copy the current immutable object by setting an optional value for the
titleattribute.
All Classes and Interfaces|All Packages|Constant Field Values