Implicits

org.nlogo.swing.Implicits
object Implicits

Attributes

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

Members list

Implicits

Implicits

implicit def EnrichComboBox[T](combo: JComboBox[T]): RichJComboBox[T]

Attributes

Source
Implicits.scala
implicit def EnrichContainer(c: Container): RichComponent

Attributes

Source
Implicits.scala
implicit def JComboBoxToIterable[T](jcb: JComboBox[T]): IndexedSeq[T]

Attributes

Source
Implicits.scala
implicit def thunk2action[T](fn: () => T): Action

Attributes

Source
Implicits.scala
implicit def thunk2documentListener[T](fn: () => T): DocumentListener

Attributes

Source
Implicits.scala
implicit def thunk2documentListener[T](fn: DocumentEvent => T): DocumentListener

Attributes

Source
Implicits.scala
implicit def thunk2keyListener[T](fn: () => T): KeyListener

Attributes

Source
Implicits.scala
implicit def thunk2keyListener[T](fn: KeyEvent => T): KeyListener

Attributes

Source
Implicits.scala
implicit def thunk2windowAdapter[T](fn: () => T): WindowAdapter

Attributes

Source
Implicits.scala