scala.swing.Container

Wrapper

trait Wrapper extends Container with Publisher

Utility trait for wrapping containers . Provides an immutable implementation of the contents member.

known subclasses: Wrapper, Panel, LayoutContainer
source: Container.scala

Inherited

  1. Hide All
  2. Show all
  1. Container
  2. UIElement
  3. LazyPublisher
  4. Publisher
  5. Reactor
  6. Proxy
  7. AnyRef
  8. Any

Visibility

  1. Public
  2. All

Type Members

  1. class Content extends BufferWrapper[Component]

Value Members

  1. def !=(arg0: AnyRef): Boolean

  2. def !=(arg0: Any): Boolean

    o != arg0 is the same as !(o == (arg0)).

  3. def ##(): Int

  4. def $asInstanceOf[T0](): T0

  5. def $isInstanceOf[T0](): Boolean

  6. def ==(arg0: AnyRef): Boolean

    o == arg0 is the same as if (o eq null) arg0 eq null else o.equals(arg0).

  7. def ==(arg0: Any): Boolean

    o == arg0 is the same as o.equals(arg0).

  8. val _contents: Content

  9. def asInstanceOf[T0]: T0

    This method is used to cast the receiver object to be of type T0.

  10. def background: Color

  11. def background_=(c: Color): Unit

  12. def bounds: Rectangle

  13. def clone(): AnyRef

    This method creates and returns a copy of the receiver object .

  14. def contents: Seq[Component]

    The child components of this container .

  15. def cursor: Cursor

  16. def cursor_=(c: Cursor): Unit

  17. def deafTo(ps: Publisher*): Unit

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

  18. def displayable: Boolean

  19. def eq(arg0: AnyRef): Boolean

    This method is used to test whether the argument (arg0) is a reference to the receiver object (this).

  20. def equals(that: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence.

  21. def finalize(): Unit

    This method is called by the garbage collector on the receiver object when garbage collection determines that there are no more references to the object .

  22. def font: Font

  23. def font_=(f: Font): Unit

  24. def foreground: Color

  25. def foreground_=(c: Color): Unit

  26. def getClass(): java.lang.Class[_ <: java.lang.Object]

    Returns a representation that corresponds to the dynamic class of the receiver object .

  27. def hashCode(): Int

    Returns a hash code value for the object .

  28. def ignoreRepaint: Boolean

  29. def ignoreRepaint_=(b: Boolean): Unit

  30. def isInstanceOf[T0]: Boolean

    This method is used to test whether the dynamic type of the receiver object is T0.

  31. def listenTo(ps: Publisher*): Unit

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

  32. val listeners: RefSet[PartialFunction[Event, Unit]] {...}

  33. def locale: Locale

  34. def location: Point

  35. def locationOnScreen: Point

  36. def maximumSize: Dimension

  37. def maximumSize_=(x: Dimension): Unit

  38. def minimumSize: Dimension

  39. def minimumSize_=(x: Dimension): Unit

  40. def ne(arg0: AnyRef): Boolean

    o.ne(arg0) is the same as !(o.eq(arg0)).

  41. def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor .

  42. def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor .

  43. def onFirstSubscribe(): Unit

  44. def onLastUnsubscribe(): Unit

  45. def peer: JComponent

    The underlying Swing peer .

  46. def preferredSize: Dimension

  47. def preferredSize_=(xy: (Int, Int)): Unit

  48. def preferredSize_=(x: Dimension): Unit

  49. def publish(e: Event): Unit

    Notify all registered reactions .

  50. val reactions: Reactions

    All reactions of this reactor .

  51. def repaint(rect: Rectangle): Unit

  52. def repaint(): Unit

  53. def self: Component

  54. def showing: Boolean

  55. def size: Dimension

  56. def size_=(xy: (Int, Int)): Unit

  57. def size_=(dim: Dimension): Unit

  58. def subscribe(listener: PartialFunction[Event, Unit]): Unit

  59. def synchronized[T0](arg0: T0): T0

  60. def toString(): String

    Returns a string representation of the object .

  61. def toolkit: Toolkit

  62. def unsubscribe(listener: PartialFunction[Event, Unit]): Unit

  63. def visible: Boolean

  64. def visible_=(b: Boolean): Unit

  65. def wait(): Unit

  66. def wait(arg0: Long, arg1: Int): Unit

  67. def wait(arg0: Long): Unit