scala.swing.Action

trait Trigger

[source: scala/swing/Action.scala]

trait Trigger
extends AnyRef
Something that triggers an action.
Direct Known Subclasses:
AbstractButton, Action.Trigger.Wrapper

Method Summary
abstract def action : Action
abstract def action_= (a : Action) : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def action : Action

abstract def action_=(a : Action) : Unit