Packages

class Gui extends Frame with Observer

Linear Supertypes
Observer, Frame, RichWindow, Window, PeerContainer, RootPanel, Container, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Gui
  2. Observer
  3. Frame
  4. RichWindow
  5. Window
  6. PeerContainer
  7. RootPanel
  8. Container
  9. UIElement
  10. LazyPublisher
  11. Publisher
  12. Reactor
  13. Proxy
  14. AnyRef
  15. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Gui(controller: ControllerInterface)

Type Members

  1. trait InterfaceMixin extends RootPaneContainer
    Attributes
    protected
    Definition Classes
    Window
  2. trait InterfaceMixin2 extends scala.swing.RichWindow.InterfaceMixin
    Definition Classes
    RichWindow
  3. trait SuperMixin extends Window
    Attributes
    protected
    Definition Classes
    Window

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def background: Color
    Definition Classes
    UIElement
  6. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  7. def bounds: Rectangle
    Definition Classes
    UIElement
  8. def bounds_=(rect: Rectangle): Unit
    Definition Classes
    Window
  9. var boxPanels: Array[Array[Label]]
  10. def centerOnScreen(): Unit
    Definition Classes
    Window
  11. val checkedElseBlack: Label
  12. val checkedElseWhite: Label
  13. val checkedPawnBlack: Label
  14. val checkedPawnWhite: Label
  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def close(): Unit
    Definition Classes
    Window
  17. def closeOperation(): Unit
    Definition Classes
    Window
  18. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  19. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  20. def contents: Seq[Component]
    Definition Classes
    RootPanel → Container
  21. def contents_=(c: Component): Unit
    Definition Classes
    Window → RootPanel
  22. def cursor: Cursor
    Definition Classes
    UIElement
  23. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  24. def deafTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  25. def defaultButton: Option[Button]
    Definition Classes
    Window
  26. def defaultButton_=(b: Option[Button]): Unit
    Definition Classes
    Window
  27. def defaultButton_=(b: Button): Unit
    Definition Classes
    Window
  28. val dimCell: Dimension
  29. val dimLabelTop: Dimension
  30. val dimLabelWest: Dimension
  31. def displayable: Boolean
    Definition Classes
    UIElement
  32. def dispose(): Unit
    Definition Classes
    Window
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  35. def font: Font
    Definition Classes
    UIElement
  36. val fontItem: Font
  37. val fontMenu: Font
  38. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  39. def foreground: Color
    Definition Classes
    UIElement
  40. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  41. var from: (Int, Int)
  42. var fromSet: Boolean
  43. def gameInfos: GridPanel
  44. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. def gridPanel: GridPanel
  46. def hashCode(): Int
    Definition Classes
    Proxy → Any
  47. def iconImage: Image
    Definition Classes
    Frame
  48. def iconImage_=(i: Image): Unit
    Definition Classes
    Frame
  49. def iconified: Boolean
    Definition Classes
    Frame
  50. def iconify(): Unit
    Definition Classes
    Frame
  51. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  52. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  53. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  54. def labelNorth: GridPanel
  55. def labelWest: GridPanel
  56. def listenTo(ps: Publisher*): Unit
    Definition Classes
    Reactor
  57. val listeners: RefSet[Reaction]
    Attributes
    protected
    Definition Classes
    Publisher
  58. def locale: Locale
    Definition Classes
    UIElement
  59. def location: Point
    Definition Classes
    UIElement
  60. def locationOnScreen: Point
    Definition Classes
    UIElement
  61. def location_=(p: Point): Unit
    Definition Classes
    Window
  62. def maximize(): Unit
    Definition Classes
    Frame
  63. def maximized: Boolean
    Definition Classes
    Frame
  64. def maximumSize: Dimension
    Definition Classes
    UIElement
  65. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  66. def menuBar: MenuBar
    Definition Classes
    RichWindow
  67. def menuBar_=(m: MenuBar): Unit
    Definition Classes
    RichWindow
  68. def minimumSize: Dimension
    Definition Classes
    UIElement
  69. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  70. val mouseClickSet: Label
  71. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  72. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  73. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  74. def onFirstSubscribe(): Unit
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  75. def onLastUnsubscribe(): Unit
    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  76. def open(): Unit
    Definition Classes
    Window
  77. def owner: Window
    Definition Classes
    Window
  78. def pack(): Gui.this.type
    Definition Classes
    Window
  79. lazy val peer: JFrame with InterfaceMixin2
    Definition Classes
    Frame → RichWindow → Window → PeerContainer → RootPanel → UIElement
  80. val playersTurn: Label
  81. def preferredSize: Dimension
    Definition Classes
    UIElement
  82. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  83. def publish(e: Event): Unit
    Definition Classes
    Publisher
  84. val reactions: Reactions
    Definition Classes
    Reactor
  85. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  86. def repaint(): Unit
    Definition Classes
    UIElement
  87. def resizable: Boolean
    Definition Classes
    RichWindow
  88. def resizable_=(b: Boolean): Unit
    Definition Classes
    RichWindow
  89. def self: Any
    Definition Classes
    UIElement → Proxy
  90. def setLocationRelativeTo(c: UIElement): Unit
    Definition Classes
    Window
  91. def showing: Boolean
    Definition Classes
    UIElement
  92. def size: Dimension
    Definition Classes
    UIElement
  93. def size_=(size: Dimension): Unit
    Definition Classes
    Window
  94. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  95. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  96. def title: String
    Definition Classes
    RichWindow
  97. def title_=(s: String): Unit
    Definition Classes
    RichWindow
  98. var to: (Int, Int)
  99. def toString(): String
    Definition Classes
    Proxy → Any
  100. def toolkit: Toolkit
    Definition Classes
    UIElement
  101. def uniconify(): Unit
    Definition Classes
    Frame
  102. def unmaximize(): Unit
    Definition Classes
    Frame
  103. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  104. def update: Unit
    Definition Classes
    GuiObserver
  105. def validate(): Unit
    Definition Classes
    UIElement
  106. def visible: Boolean
    Definition Classes
    UIElement
  107. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement
  108. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  109. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  110. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Observer

Inherited from Frame

Inherited from RichWindow

Inherited from Window

Inherited from PeerContainer

Inherited from RootPanel

Inherited from Container

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Ungrouped