object Device
- Alphabetic
- By Inheritance
- Device
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val BrightnessDown: String("BrightnessDown")
The Brightness Down key.
The Brightness Down key. Typically controls the display brightness.
- final val BrightnessUp: String("BrightnessUp")
The Brightness Up key.
The Brightness Up key. Typically controls the display brightness.
- final val Camera: String("Camera")
The Camera key.
- final val Eject: String("Eject")
Toggle removable media to eject (open) and insert (close) state.
- final val Hibernate: String("Hibernate")
The Hibernate key.
The Hibernate key. This key saves the current state of the computer to disk so that it can be restored. The computer will then shutdown.
- final val LogOff: String("LogOff")
The LogOff key.
- final val Power: String("Power")
Toggle power state.
Toggle power state.
Note: Some devices might not expose this key to the operating environment.
- final val PowerOff: String("PowerOff")
The PowerOff key.
The PowerOff key. Sometime called "PowerDown".
- final val PrintScreen: String("PrintScreen")
The Print Screen (PrintScrn, SnapShot) key, to initiate print-screen function.
- final val Standby: String("Standby")
The Standby key.
The Standby key. This key turns off the display and places the computer into a low-power mode without completely shutting down. It is sometimes called the "Suspend" or "Sleep" key.
- final val WakeUp: String("WakeUp")
The WakeUp key.
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()