OptionDialog

org.nlogo.swing.OptionDialog
See theOptionDialog companion class
object OptionDialog

Attributes

Companion
class
Source
OptionDialog.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def showAsList(owner: Component, title: String, message: String, options: Array[AnyRef]): Int

Attributes

Source
OptionDialog.scala
def showCustom(owner: Component, title: String, message: AnyRef, options: Array[_ <: Object]): Int

Attributes

Source
OptionDialog.scala
def showIgnoringCloseBox(owner: Component, title: String, message: String, options: Array[AnyRef], asList: Boolean): Int

Attributes

Source
OptionDialog.scala
def showMessage(owner: Component, title: String, message: String, options: Array[_ <: Object]): Int

Attributes

Source
OptionDialog.scala