class FileChooser extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileChooser
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def acceptAllFileFilter: FileFilter
- def accessory: Component
- def accessory_=(c: Component): Unit
- def controlButtonsAreShown: Boolean
- def controlButtonsAreShown_=(b: Boolean): Unit
- def descriptionFor(f: File): String
- def fileFilter: FileFilter
- def fileFilter_=(f: FileFilter): Unit
- def fileHidingEnabled: Boolean
- def fileHidingEnabled_=(b: Boolean): Unit
- def fileSelectionMode: FileChooser.SelectionMode.Value
- def fileSelectionMode_=(s: FileChooser.SelectionMode.Value): Unit
- def iconFor(f: File): Icon
- def multiSelectionEnabled: Boolean
- def multiSelectionEnabled_=(b: Boolean): Unit
- def nameFor(f: File): String
- lazy val peer: JFileChooser
- def selectedFile: File
- def selectedFile_=(file: File): Unit
- def selectedFiles: Seq[File]
- def selectedFiles_=(files: File*): Unit
-
def
showDialog(over: PeerContainer, approveText: String): FileChooser.Result.Value
Display a dialog box to select a file.
-
def
showOpenDialog(over: PeerContainer): FileChooser.Result.Value
Display a dialog box to select an "Open File" file.
-
def
showSaveDialog(over: PeerContainer): FileChooser.Result.Value
Display a dialog box to select a "Save File" file.
- def title: String
- def title_=(t: String): Unit
- def traversable(f: File): Boolean
- def typeDescriptionFor(f: File): String