kotlin.swing
Extensions on java.awt.TextField

extension functions on class java.awt.TextField
from package kotlin.swing

Function Summary
fun TextField addActionListener(fn: (ActionEvent-> Unit): Unit
fun Component addPropertyChangeListener(fn: (PropertyChangeEvent-> Unit): Unit
fun Component addPropertyChangeListener(name: String, fn: (PropertyChangeEvent-> Unit): Unit
 

Function Detail
source

addActionListener


 fun TextField.addActionListener(fn: (ActionEvent-> Unit): Unit
source

addPropertyChangeListener


 fun Component.addPropertyChangeListener(fn: (PropertyChangeEvent-> Unit): Unit
source

addPropertyChangeListener


 fun Component.addPropertyChangeListener(name: String, fn: (PropertyChangeEvent-> Unit): Unit


Copyright © 2010-2012. All Rights Reserved.