scala.swing

SequentialContainer

trait SequentialContainer extends Container

A container for which a sequential order of children makes sense, such as flow panels, or menus. Its contents are mutable.

go to: companion
known subclasses: Wrapper
source: SequentialContainer.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

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. def asInstanceOf[T0]: T0

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

  9. def background: Color

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

  11. def bounds: Rectangle

  12. def clone(): AnyRef

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

  13. def contents: Buffer[Component]

    The mutable child components of this container.

  14. def cursor: Cursor

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

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

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

  17. def displayable: Boolean

  18. def eq(arg0: AnyRef): Boolean

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

  19. def equals(that: Any): Boolean

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

  20. 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.

  21. def font: Font

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

  23. def foreground: Color

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

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

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

  26. def hashCode(): Int

    Returns a hash code value for the object.

  27. def ignoreRepaint: Boolean

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

  29. def isInstanceOf[T0]: Boolean

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

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

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

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

  32. def locale: Locale

  33. def location: Point

  34. def locationOnScreen: Point

  35. def maximumSize: Dimension

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

  37. def minimumSize: Dimension

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

  39. def ne(arg0: AnyRef): Boolean

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

  40. def notify(): Unit

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

  41. def notifyAll(): Unit

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

  42. def onFirstSubscribe(): Unit

  43. def onLastUnsubscribe(): Unit

  44. def peer: Component

    The underlying Swing peer.

  45. def preferredSize: Dimension

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

  47. def publish(e: Event): Unit

    Notify all registered reactions.

  48. val reactions: Reactions

    All reactions of this reactor.

  49. def repaint(rect: Rectangle): Unit

  50. def repaint(): Unit

  51. def self: Component

  52. def showing: Boolean

  53. def size: Dimension

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

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

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

  57. def toString(): String

    Returns a string representation of the object.

  58. def toolkit: Toolkit

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

  60. def visible: Boolean

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

  62. def wait(): Unit

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

  64. def wait(arg0: Long): Unit