object Window
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Window
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- final case class Activated (source: Window) extends Event with Product with Serializable
- sealed trait CloseOperation extends AnyRef
- final case class Closed (source: Window) extends Event with Product with Serializable
- final case class Closing (source: Window) extends Event with Product with Serializable
- final case class Deactivated (source: Window) extends Event with Product with Serializable
- final case class Deiconified (source: Window) extends Event with Product with Serializable
- sealed trait Event extends scala.swing.event.Event
- final case class Iconified (source: Window) extends Event with Product with Serializable
- final case class Opened (source: Window) extends Event with Product with Serializable
- sealed trait Style extends AnyRef
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
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def availableSpace: Rectangle
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def find(component: UIElement): Option[Window]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def menuShortcut: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def showDialog[A](source: DialogSource[A]): A
- def showDialog[A](parent: UIElement, source: DialogSource[A]): A
-
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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object Actions
-
object
Auxiliary
extends Style with Product with Serializable
Supplementary window which for example might not need menu bar.
- object CloseDispose extends CloseOperation with Product with Serializable
- object CloseExit extends CloseOperation with Product with Serializable
- object CloseHide extends CloseOperation with Product with Serializable
- object CloseIgnore extends CloseOperation with Product with Serializable
- object CloseOperation
- object Event
-
object
Palette
extends Style with Product with Serializable
Supplementary window which is a (possibly floating) palette.
-
object
Regular
extends Style with Product with Serializable
Regular full-fledged window.