A B C D E F G H I J K L M N O P R S T U V W
All Classes All Packages
All Classes All Packages
All Classes All Packages
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.
C
- 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)
- 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(JWStrings) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterAllFiles
- create(JWStrings) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileChooserFilterOnlyDirectories
- create(Window, JWFileChooserConfiguration) - Method in interface com.io7m.jwheatsheaf.api.JWFileChoosersType
-
Create a new file chooser.
- create(Window, JWFileChooserConfiguration) - Method in class com.io7m.jwheatsheaf.ui.JWFileChoosers
- CREATE - 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 - 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
- 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
- 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
- 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
- formatSize(long) - Method in interface com.io7m.jwheatsheaf.api.JWFileSizeFormatterType
-
Format the given size in bytes 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
- 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,fileImageSet,cssStylesheet,fileFilters,allowDirectoryCreation,fileTimeFormatter,fileSizeFormatter,action. - 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.
I
- 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
- 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 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.
- 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 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(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.
- JWImages - Class in com.io7m.jwheatsheaf.ui.internal
-
Functions to deal with images.
- JWOxygenIconSet - Class in com.io7m.jwheatsheaf.oxygen
- 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.
K
- kind() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
- kind() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
L
- listDirectory(Path) - Static method in class com.io7m.jwheatsheaf.ui.internal.JWFileItems
-
List the given directory, resolving each entry into a file item.
M
- 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 - com.io7m.jwheatsheaf.api.JWFileChooserAction
-
The user is choosing a set of existing files.
- OPEN_EXISTING_SINGLE - 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 - 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.
- 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
- 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. - 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. - 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
- 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. - 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
- setKind(JWFileKind) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Initializes the value for the
kindattribute. - 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
- setSize(long) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem.Builder
-
Initializes the value for the
sizeattribute. - 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.
- size() - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
- size() - Method in interface com.io7m.jwheatsheaf.ui.internal.JWFileItemType
- SYMBOLIC_LINK - com.io7m.jwheatsheaf.api.JWFileKind
-
The file is a symbolic link.
T
- tooltipDirectory(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
- tooltipFile(Path) - Method in class com.io7m.jwheatsheaf.ui.internal.JWStrings
- 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 - com.io7m.jwheatsheaf.api.JWFileKind
-
The file is an unknown type.
V
- valueOf(String) - Static method in enum com.io7m.jwheatsheaf.api.JWFileChooserAction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.io7m.jwheatsheaf.api.JWFileKind
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.io7m.jwheatsheaf.api.JWFileChooserAction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.io7m.jwheatsheaf.api.JWFileKind
-
Returns an array containing the constants of this enum type, 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. - 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. - 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. - 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. - 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. - 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. - 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. - withSize(long) - Method in class com.io7m.jwheatsheaf.ui.internal.JWFileItem
-
Copy the current immutable object by setting a value for the
sizeattribute.
All Classes All Packages