Packages

abstract class UI extends RootPanel

Linear Supertypes
RootPanel, Container, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UI
  2. RootPanel
  3. Container
  4. UIElement
  5. LazyPublisher
  6. Publisher
  7. Reactor
  8. Proxy
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new UI()

Abstract Value Members

  1. abstract def init(): Unit

Concrete Value Members

  1. def background: Color
    Definition Classes
    UIElement
  2. def background_=(c: Color): Unit
    Definition Classes
    UIElement
  3. def bounds: Rectangle
    Definition Classes
    UIElement
  4. def componentOrientation: ComponentOrientation
    Definition Classes
    UIElement
  5. def componentOrientation_=(x: ComponentOrientation): Unit
    Definition Classes
    UIElement
  6. def contents: Seq[Component]

    At most one component.

    At most one component.

    Definition Classes
    RootPanelContainer
  7. def contents_=(c: Component): Unit
    Definition Classes
    UIRootPanel
  8. def cursor: Cursor
    Definition Classes
    UIElement
  9. def cursor_=(c: Cursor): Unit
    Definition Classes
    UIElement
  10. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger.

    Installed reaction won't receive events from the given publisher anylonger.

    Definition Classes
    Reactor
  11. def displayable: Boolean
    Definition Classes
    UIElement
  12. def equals(that: Any): Boolean
    Definition Classes
    Proxy → Any
  13. def font: Font
    Definition Classes
    UIElement
  14. def font_=(f: Font): Unit
    Definition Classes
    UIElement
  15. def foreground: Color
    Definition Classes
    UIElement
  16. def foreground_=(c: Color): Unit
    Definition Classes
    UIElement
  17. def hashCode(): Int
    Definition Classes
    Proxy → Any
  18. def ignoreRepaint: Boolean
    Definition Classes
    UIElement
  19. def ignoreRepaint_=(b: Boolean): Unit
    Definition Classes
    UIElement
  20. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them.

    Listen to the given publisher as long as deafTo isn't called for them.

    Definition Classes
    Reactor
  21. def locale: Locale
    Definition Classes
    UIElement
  22. def location: Point
    Definition Classes
    UIElement
  23. def locationOnScreen: Point
    Definition Classes
    UIElement
  24. def maximumSize: Dimension
    Definition Classes
    UIElement
  25. def maximumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  26. def minimumSize: Dimension
    Definition Classes
    UIElement
  27. def minimumSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  28. def peer: Applet

    The underlying Swing peer.

    The underlying Swing peer.

    Definition Classes
    UIRootPanelUIElement
  29. def preferredSize: Dimension
    Definition Classes
    UIElement
  30. def preferredSize_=(x: Dimension): Unit
    Definition Classes
    UIElement
  31. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  32. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  33. def repaint(rect: Rectangle): Unit
    Definition Classes
    UIElement
  34. def repaint(): Unit
    Definition Classes
    UIElement
  35. def self: java.awt.Component
    Definition Classes
    UIElement → Proxy
  36. def showing: Boolean
    Definition Classes
    UIElement
  37. def size: Dimension
    Definition Classes
    UIElement
  38. def start(): Unit
  39. def stop(): Unit
  40. def subscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  41. def toString(): String
    Definition Classes
    Proxy → Any
  42. def toolkit: Toolkit
    Definition Classes
    UIElement
  43. def unsubscribe(listener: Reaction): Unit
    Definition Classes
    LazyPublisher → Publisher
  44. def validate(): Unit
    Definition Classes
    UIElement
  45. def visible: Boolean
    Definition Classes
    UIElement
  46. def visible_=(b: Boolean): Unit
    Definition Classes
    UIElement