scala.swing

object FileChooser

[source: scala/swing/FileChooser.scala]

object FileChooser
extends AnyRef
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Object Summary
object Result extends Enumeration
The result of a file dialog. The precise meaning of the Approve result depends on the specific dialog type. Could be "save" or "open" for example.
object SelectionMode extends Enumeration
The kind of elements a user can select in a file dialog.