E L V I S
Extensible Libraried Visual Interface Simplifier


Widget Specifications
Back Home

Widget
   FileChooser
   BarLayout
   DialogBox
   Clock
   MenuSeparator
   Spacer
   RadioButtonGroup
   Container
      Frame
      Window
   Label
   TreeNode
   TextField
   Clickable
         Button
            CheckButton
            RadioButton
      Menu
         MenuItem
      ComboBox
   MenuBar
   Layout
      GridLayout
   Tree
   TextArea
   ScrollingFrame

FileChooser

Widget
     ->FileChooser

Description

Definition for a JFileChooser, both save and open.

Attributes

allowAnyFile

    Whether or not to allow all files.
    Default Value: true

directory
    The starting directory of the file chooser.
    Default Value: null

allowMultiple
    Whether or not to allow multiple file selection.
    Default Value: false

showHidden
    Whether or not to show hidden files.
    Default Value: false

acceptTypes
    The acceptable extensions for the File Chooser.
    Default Value: (empty)

mode
    The mode of the File Chooser: either files, directories, or both.
    Default Value: either

title
    The title of the dialog box associated with the chooser.
    Default Value: null