scala.swing

object Dialog

[source: scala/swing/Dialog.scala]

object Dialog
extends AnyRef
Method Summary
def showConfirmation (parent : Component, message : java.lang.String, title : java.lang.String, optionType : scala.Enumeration.Value, messageType : scala.Enumeration.Value, icon : javax.swing.Icon) : scala.Enumeration.Value
def showConfirmation (parent : Component, message : java.lang.String, title : java.lang.String, optionType : scala.Enumeration.Value) : scala.Enumeration.Value
def showInput [A](parent : Component, message : java.lang.String, title : java.lang.String, messageType : scala.Enumeration.Value, icon : javax.swing.Icon, entries : scala.Seq[A], initialEntry : A) : scala.Option[A]
def showMessage (parent : Component, message : java.lang.String) : Unit
def showMessage (parent : Component, message : java.lang.String, title : java.lang.String, messageType : scala.Enumeration.Value, icon : javax.swing.Icon) : Unit
def showOptions (parent : Component, message : java.lang.String, title : java.lang.String, optionType : scala.Enumeration.Value, messageType : scala.Enumeration.Value, icon : javax.swing.Icon, entries : scala.Seq[Any], initialEntry : Int) : scala.Enumeration.Value
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 Message extends scala.Enumeration
object Options extends scala.Enumeration
object Result extends scala.Enumeration
Method Details
def showConfirmation(parent : Component, message : java.lang.String, title : java.lang.String, optionType : scala.Enumeration.Value, messageType : scala.Enumeration.Value, icon : javax.swing.Icon) : scala.Enumeration.Value

def showConfirmation(parent : Component, message : java.lang.String, title : java.lang.String, optionType : scala.Enumeration.Value) : scala.Enumeration.Value

def showOptions(parent : Component, message : java.lang.String, title : java.lang.String, optionType : scala.Enumeration.Value, messageType : scala.Enumeration.Value, icon : javax.swing.Icon, entries : scala.Seq[Any], initialEntry : Int) : scala.Enumeration.Value

def showInput[A](parent : Component, message : java.lang.String, title : java.lang.String, messageType : scala.Enumeration.Value, icon : javax.swing.Icon, entries : scala.Seq[A], initialEntry : A) : scala.Option[A]

def showMessage(parent : Component, message : java.lang.String, title : java.lang.String, messageType : scala.Enumeration.Value, icon : javax.swing.Icon) : Unit

def showMessage(parent : Component, message : java.lang.String) : Unit