scala.swing.Dialog

object Result

[source: scala/swing/Dialog.scala]

object Result
extends Enumeration
The selected result of dialog.
Value Summary
val Cancel : Value
val Closed : Value
val No : Value
val Ok : Value
val Yes : Value
Values and Variables inherited from Enumeration
nextId, nextName
Methods inherited from Enumeration
name, maxId, apply, elements, foreach, forall, exists, map, flatMap, filter, toString, valueOf, Value, Value, Value, Value, Set32, Set32, Set64, Set64, maskToBit
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 Yes : Value

val Ok : Value

val No : Value

val Cancel : Value

val Closed : Value