scala.swing.FileChooser

object Result

[source: scala/swing/FileChooser.scala]

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.
Value Summary
val Approve : Value
val Cancel : Value
val Error : Value
Values and Variables inherited from Enumeration
nextId, nextName
Methods inherited from Enumeration
toString, values, maxId, apply, withName, Value, Value, Value, Value, name, valueOf, iterator, foreach, forall, exists, map, flatMap, filter
Methods inherited from AnyRef
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val Cancel : Value

val Approve : Value

val Error : Value