Index

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

A

acceptAllFiles() - Static method in interface net.raumzeitfalle.fx.filechooser.PathFilter
Creates a new PathFilter which generally matches with all files and is named *.*.
acceptAllFiles(String) - Static method in interface net.raumzeitfalle.fx.filechooser.PathFilter
Creates a new PathFilter which generally matches with all files.
addFilter(PathFilter) - Method in class net.raumzeitfalle.fx.filechooser.FXFileChooserDialog
 
addLocations(List<Location>) - Method in class net.raumzeitfalle.fx.filechooser.FXFileChooserDialog
 
addLocations(List<Location>) - Method in class net.raumzeitfalle.fx.filechooser.FXFileChooserStage
 
addLocations(List<Location>) - Method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
 
applyTo(T, Skin) - Static method in enum class net.raumzeitfalle.fx.filechooser.Skin
 
applyToDialog(T, Skin) - Static method in enum class net.raumzeitfalle.fx.filechooser.Skin
 
APPROVE_OPTION - Enum constant in enum class net.raumzeitfalle.fx.filechooser.SwingDialogReturnValues
Return value if approve (yes, ok) is chosen.
APPROVE_OPTION - Static variable in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
Return value if approve (yes, ok) is chosen.
at(Path) - Static method in class net.raumzeitfalle.fx.filechooser.locations.Locations
 

C

CANCEL_OPTION - Enum constant in enum class net.raumzeitfalle.fx.filechooser.SwingDialogReturnValues
Return value if cancel is chosen.
CANCEL_OPTION - Static variable in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
Return value if cancel is chosen.
closeView() - Method in class net.raumzeitfalle.fx.filechooser.FXFileChooserDialog
 
closeView() - Method in class net.raumzeitfalle.fx.filechooser.FXFileChooserStage
 
closeView() - Method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
 
combine(PathFilter) - Method in interface net.raumzeitfalle.fx.filechooser.PathFilter
Creates a new PathFilter as a combination of the this one and any other.
compareTo(Location) - Method in class net.raumzeitfalle.fx.filechooser.locations.Location
 
configureIcon() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 
create(String, Predicate<String>) - Static method in interface net.raumzeitfalle.fx.filechooser.PathFilter
 
create(Predicate<String>) - Static method in interface net.raumzeitfalle.fx.filechooser.PathFilter
 
create(Skin, String, String, String, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
Creates a new FileChooser within a Swing JDialog window.
create(Skin, String, String, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
Creates a new FileChooser within a Swing JDialog window.
create(Skin, String, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
Creates a new FileChooser within a Swing JDialog window.
create(Skin, Path, DirectoryChooserOption, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.FXFileChooserStage
Creates a new FileChooser placed into its own stage.
create(Skin, Path, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.FXFileChooserStage
Creates a new FileChooser placed into its own stage.
create(Skin, DirectoryChooserOption, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.FXFileChooserStage
Creates a new FileChooser placed into its own stage.
create(Skin, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.FXFileChooserDialog
 
create(Skin, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.FXFileChooserStage
Creates a new FileChooser placed into its own stage.
create(Skin, PathFilter...) - Static method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
Creates a new FileChooser within a Swing JDialog window.
createIn(Path, Supplier<Window>) - Static method in class net.raumzeitfalle.fx.filechooser.FXDirectoryChooser
 
createIn(ObjectProperty<Path>, Supplier<Window>) - Static method in class net.raumzeitfalle.fx.filechooser.FXDirectoryChooser
 
currentSearchPath() - Method in class net.raumzeitfalle.fx.filechooser.FileChooser
 
CUSTOM - Enum constant in enum class net.raumzeitfalle.fx.filechooser.DirectoryChooserOption
 

D

DARK - Enum constant in enum class net.raumzeitfalle.fx.filechooser.Skin
 
DirChooserPathUpdateHandler(FileChooser) - Constructor for class net.raumzeitfalle.fx.dirchooser.DirectoryChooser.DirChooserPathUpdateHandler
Connects a new DirectoryChooser with a given FileChooser.
DirectoryChooser - Class in net.raumzeitfalle.fx.dirchooser
 
DirectoryChooser() - Constructor for class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
Creates a new JavaFX based directory chooser which.
DirectoryChooser(Skin) - Constructor for class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
Creates a new JavaFX based directory chooser which.
DirectoryChooser.DirChooserPathUpdateHandler - Class in net.raumzeitfalle.fx.dirchooser
This enabled combined use of FileChooser and DirectoryChooser as one control.
DirectoryChooserController - Class in net.raumzeitfalle.fx.dirchooser
 
DirectoryChooserController() - Constructor for class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
DirectoryChooserOption - Enum Class in net.raumzeitfalle.fx.filechooser
 
DirectoryChooserProperties - Enum Class in net.raumzeitfalle.fx.dirchooser
 
DirectoryChooserView - Class in net.raumzeitfalle.fx.dirchooser
Deprecated, for removal: This API element is subject to removal in a future version.
As this class is not compatible with JavaFX Scene Builder, this is going to be removed in later versions of FXFileChhooser.
DirectoryChooserView(Skin) - Constructor for class net.raumzeitfalle.fx.dirchooser.DirectoryChooserView
Deprecated, for removal: This API element is subject to removal in a future version.
DirectoryTreeItem - Class in net.raumzeitfalle.fx.dirchooser
 
DirectoryTreeItem(String) - Constructor for class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 
DirectoryTreeItem(Path) - Constructor for class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 

E

equals(Object) - Method in class net.raumzeitfalle.fx.filechooser.locations.Location
 
ERROR_OPTION - Enum constant in enum class net.raumzeitfalle.fx.filechooser.SwingDialogReturnValues
Return value if an error occurred.
exists() - Method in class net.raumzeitfalle.fx.filechooser.locations.Location
 

F

FileChooser - Class in net.raumzeitfalle.fx.filechooser
A configurable file chooser for browsing directories with thousands of files.
FileChooser() - Constructor for class net.raumzeitfalle.fx.filechooser.FileChooser
Creates a file chooser view.
FileChooser(Skin, DirectoryChooserOption) - Constructor for class net.raumzeitfalle.fx.filechooser.FileChooser
Creates a file chooser view.
FileChooserProperties - Enum Class in net.raumzeitfalle.fx.filechooser
 
forFileExtension(String) - Static method in interface net.raumzeitfalle.fx.filechooser.PathFilter
Creates a new PathFilter for file name extensions such as (.html, .xls, .xml or .pdf).
forFileExtension(String, String) - Static method in interface net.raumzeitfalle.fx.filechooser.PathFilter
Creates a new PathFilter for file name extensions such as (.html, .xls, .xml or .pdf).
FXDirectoryChooser - Class in net.raumzeitfalle.fx.filechooser
 
FXFileChooserDialog - Class in net.raumzeitfalle.fx.filechooser
 
FXFileChooserStage - Class in net.raumzeitfalle.fx.filechooser
A FileChooser placed into its own Stage.

G

getFullPath() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 
getIconPaneSize() - Static method in enum class net.raumzeitfalle.fx.dirchooser.DirectoryChooserProperties
 
getIconSize() - Static method in enum class net.raumzeitfalle.fx.dirchooser.DirectoryChooserProperties
 
getIconSize() - Static method in enum class net.raumzeitfalle.fx.filechooser.FileChooserProperties
 
getName() - Method in class net.raumzeitfalle.fx.filechooser.locations.Location
 
getName() - Method in interface net.raumzeitfalle.fx.filechooser.PathFilter
 
getPath() - Method in class net.raumzeitfalle.fx.filechooser.locations.Location
 
getPredicate() - Method in interface net.raumzeitfalle.fx.filechooser.PathFilter
 
getSelectedFile() - Method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
 
getUpdate(Consumer<Path>) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser.DirChooserPathUpdateHandler
Disables the file chooser view and allows a directory selection by user.
getUpdate(Consumer<Path>) - Method in class net.raumzeitfalle.fx.filechooser.FXDirectoryChooser
 
getUpdate(Consumer<Path>) - Method in interface net.raumzeitfalle.fx.filechooser.PathUpdateHandler
 
getValue() - Method in enum class net.raumzeitfalle.fx.filechooser.SwingDialogReturnValues
 
getWindow() - Method in class net.raumzeitfalle.fx.filechooser.FileChooser
 

H

hashCode() - Method in class net.raumzeitfalle.fx.filechooser.locations.Location
 
hideCancelButton() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
hideChooseFilesButton() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 

I

initDirTree() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
initialize(URL, ResourceBundle) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
INSTANCE - Enum constant in enum class net.raumzeitfalle.fx.dirchooser.DirectoryChooserProperties
 
INSTANCE - Enum constant in enum class net.raumzeitfalle.fx.filechooser.FileChooserProperties
 
isDirectory() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 
isDrive() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 

J

JAVAFX_PLATFORM - Enum constant in enum class net.raumzeitfalle.fx.filechooser.DirectoryChooserOption
 

L

Location - Class in net.raumzeitfalle.fx.filechooser.locations
 
Location() - Constructor for class net.raumzeitfalle.fx.filechooser.locations.Location
 
Locations - Class in net.raumzeitfalle.fx.filechooser.locations
 

M

matches(File) - Method in interface net.raumzeitfalle.fx.filechooser.PathFilter
 
matches(String) - Method in interface net.raumzeitfalle.fx.filechooser.PathFilter
 
MODENA - Enum constant in enum class net.raumzeitfalle.fx.filechooser.Skin
 

N

net.raumzeitfalle.fx.dirchooser - package net.raumzeitfalle.fx.dirchooser
 
net.raumzeitfalle.fx.filechooser - package net.raumzeitfalle.fx.filechooser
 
net.raumzeitfalle.fx.filechooser.locations - package net.raumzeitfalle.fx.filechooser.locations
 
net.raumzeitfalle.fxfilechooser - module net.raumzeitfalle.fxfilechooser
 

O

onCancel(Runnable) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
 
onCancel(Runnable) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserView
Deprecated.
 
onSelect(Runnable) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
 
onSelect(Runnable) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserView
Deprecated.
 

P

PathFilter - Interface in net.raumzeitfalle.fx.filechooser
The PathFilter interface is used by FileChooserModel to provide filter predicates matching specific file types.
PathUpdateHandler - Interface in net.raumzeitfalle.fx.filechooser
 

S

selectedDirectoryProperty() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
 
selectedDirectoryProperty() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
selectedDirectoryProperty() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserView
Deprecated.
 
setEnabled(boolean) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
 
setEnabled(boolean) - Method in class net.raumzeitfalle.fx.filechooser.FileChooser
 
setIconSize(int) - Static method in enum class net.raumzeitfalle.fx.dirchooser.DirectoryChooserProperties
 
setIconSize(int) - Static method in enum class net.raumzeitfalle.fx.filechooser.FileChooserProperties
 
setOnCancel(Runnable) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
setOnSelect(Runnable) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
setSize(int) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 
setTitle(String) - Method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
 
setUseCancelButton(boolean) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
setUseChooseFilesButton(boolean) - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
setUseJavaFxDirectoryChooser(boolean) - Static method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
 
showCancelButton() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
showChooseFilesButton() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserController
 
showOpenDialog(Component) - Method in class net.raumzeitfalle.fx.filechooser.SwingFileChooser
 
showOpenDialog(Window) - Method in class net.raumzeitfalle.fx.filechooser.FXFileChooserDialog
 
showOpenDialog(Window) - Method in class net.raumzeitfalle.fx.filechooser.FXFileChooserStage
 
shutdown() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
 
shutdown() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooserView
Deprecated.
 
shutdown() - Method in class net.raumzeitfalle.fx.filechooser.FileChooser
 
size() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryTreeItem
 
Skin - Enum Class in net.raumzeitfalle.fx.filechooser
 
SwingDialogReturnValues - Enum Class in net.raumzeitfalle.fx.filechooser
 
SwingFileChooser - Class in net.raumzeitfalle.fx.filechooser
 

U

useCancelButtonProperty() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
 
useChooseFileButtonProperty() - Method in class net.raumzeitfalle.fx.dirchooser.DirectoryChooser
 

V

valueOf(String) - Static method in enum class net.raumzeitfalle.fx.dirchooser.DirectoryChooserProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.raumzeitfalle.fx.filechooser.DirectoryChooserOption
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.raumzeitfalle.fx.filechooser.FileChooserProperties
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.raumzeitfalle.fx.filechooser.Skin
Returns the enum constant of this class with the specified name.
valueOf(String) - Static method in enum class net.raumzeitfalle.fx.filechooser.SwingDialogReturnValues
Returns the enum constant of this class with the specified name.
values() - Static method in enum class net.raumzeitfalle.fx.dirchooser.DirectoryChooserProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.raumzeitfalle.fx.filechooser.DirectoryChooserOption
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.raumzeitfalle.fx.filechooser.FileChooserProperties
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.raumzeitfalle.fx.filechooser.Skin
Returns an array containing the constants of this enum class, in the order they are declared.
values() - Static method in enum class net.raumzeitfalle.fx.filechooser.SwingDialogReturnValues
Returns an array containing the constants of this enum class, in the order they are declared.

W

withName(String, Path) - Static method in class net.raumzeitfalle.fx.filechooser.locations.Locations
 
A C D E F G H I J L M N O P S U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form