Uses of Enum Class
org.basex.gui.layout.BaseXFileChooser.Mode
Packages that use BaseXFileChooser.Mode
-
Uses of BaseXFileChooser.Mode in org.basex.gui.layout
Methods in org.basex.gui.layout that return BaseXFileChooser.ModeModifier and TypeMethodDescriptionstatic BaseXFileChooser.ModeReturns the enum constant of this class with the specified name.static BaseXFileChooser.Mode[]BaseXFileChooser.Mode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.basex.gui.layout with parameters of type BaseXFileChooser.ModeModifier and TypeMethodDescriptionBaseXFileChooser.select(BaseXFileChooser.Mode mode) Selects a file or directory.IOFile[]BaseXFileChooser.selectAll(BaseXFileChooser.Mode mode) Returns selected files or directories.