Scala Swing Library
|
|
scala/swing/FileChooser.scala
]
object
Result
extends
scala.EnumerationApprove
result depends on the specific dialog kind.Value Summary | |
val
|
Approve : scala.Enumeration.Value |
val
|
Cancel : scala.Enumeration.Value |
val
|
Error : scala.Enumeration.Value |
Values and Variables inherited from scala.Enumeration | |
scala.Enumeration.nextId, scala.Enumeration.nextName |
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 : scala.Enumeration.Value
val
Approve : scala.Enumeration.Value
val
Error : scala.Enumeration.Value
Scala Swing Library
|
|