c

scala.swing.event

WindowEvent

abstract class WindowEvent extends UIEvent

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WindowEvent
  2. UIEvent
  3. Event
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WindowEvent(source: Window)

Value Members

  1. val source: Window
    Definition Classes
    WindowEventUIEvent