scala.swing.event.Key

object Modifier

[source: scala/swing/event/Key.scala]

object Modifier
extends AnyRef
Value Summary
val Alt : Int
val AltGraph : Int
val Control : Int
val Meta : Int
val Shift : Int
Method Summary
def text (mods : Int) : java.lang.String
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val Shift : Int

val Control : Int

val Alt : Int

val AltGraph : Int

val Meta : Int

Method Details
def text(mods : Int) : java.lang.String