scala.swing

ListView

class ListView[A] extends Component

A component that displays a number of elements in a list. A list view does not support inline editing of items. If you need it, use a table view instead.

Named ListView to avoid a clash with the frequently used scala.List

Source
ListView.scala
See also

javax.swing.JList

Linear Supertypes
Component, UIElement, LazyPublisher, Publisher, Reactor, Proxy, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ListView
  2. Component
  3. UIElement
  4. LazyPublisher
  5. Publisher
  6. Reactor
  7. Proxy
  8. AnyRef
  9. Any
Implicitly
  1. by StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ListView(items: Seq[A])

  2. new ListView()

Type Members

  1. class ModelWrapper extends AbstractListModel

    Attributes
    protected
  2. trait SuperMixin extends JComponent

    This trait is used to redirect certain calls from the peer to the wrapper and back.

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ListView[A] to StringAdd[ListView[A]] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ListView[A], B)

    Implicit information
    This member is added by an implicit conversion from ListView[A] to ArrowAssoc[ListView[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def background: Color

    Definition Classes
    UIElement
  10. def background_=(c: Color): Unit

    Definition Classes
    UIElement
  11. def border: Border

    Definition Classes
    Component
  12. def border_=(b: Border): Unit

    Definition Classes
    Component
  13. def bounds: java.awt.Rectangle

    Definition Classes
    UIElement
  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  15. def cursor: Cursor

    Definition Classes
    UIElement
  16. def cursor_=(c: Cursor): Unit

    Definition Classes
    UIElement
  17. 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
  18. def displayable: Boolean

    Definition Classes
    UIElement
  19. def enabled: Boolean

    Definition Classes
    Component
  20. def enabled_=(b: Boolean): Unit

    Definition Classes
    Component
  21. def ensureIndexIsVisible(idx: Int): Unit

  22. def ensuring(cond: (ListView[A]) ⇒ Boolean, msg: ⇒ Any): ListView[A]

    Implicit information
    This member is added by an implicit conversion from ListView[A] to Ensuring[ListView[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: (ListView[A]) ⇒ Boolean): ListView[A]

    Implicit information
    This member is added by an implicit conversion from ListView[A] to Ensuring[ListView[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. def ensuring(cond: Boolean, msg: ⇒ Any): ListView[A]

    Implicit information
    This member is added by an implicit conversion from ListView[A] to Ensuring[ListView[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  25. def ensuring(cond: Boolean): ListView[A]

    Implicit information
    This member is added by an implicit conversion from ListView[A] to Ensuring[ListView[A]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(that: Any): Boolean

    Definition Classes
    Proxy → Any
  28. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  29. def fixedCellHeight: Int

  30. def fixedCellHeight_=(x: Int): Unit

  31. def fixedCellWidth: Int

  32. def fixedCellWidth_=(x: Int): Unit

  33. def focusable: Boolean

    Definition Classes
    Component
  34. def focusable_=(b: Boolean): Unit

    Definition Classes
    Component
  35. def font: Font

    Definition Classes
    UIElement
  36. def font_=(f: Font): Unit

    Definition Classes
    UIElement
  37. def foreground: Color

    Definition Classes
    UIElement
  38. def foreground_=(c: Color): Unit

    Definition Classes
    UIElement
  39. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from ListView[A] to StringFormat[ListView[A]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  40. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  41. def hasFocus: Boolean

    Definition Classes
    Component
  42. def hashCode(): Int

    Definition Classes
    Proxy → Any
  43. def ignoreRepaint: Boolean

    Definition Classes
    UIElement
  44. def ignoreRepaint_=(b: Boolean): Unit

    Definition Classes
    UIElement
  45. var initP: JComponent

    Definition Classes
    Component
  46. def inputVerifier: (Component) ⇒ Boolean

    Definition Classes
    Component
  47. def inputVerifier_=(v: (Component) ⇒ Boolean): Unit

    Definition Classes
    Component
  48. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  49. object keys extends Publisher

    Definition Classes
    Component
  50. def listData: Seq[A]

  51. def listData_=(items: Seq[A]): Unit

  52. 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
  53. val listeners: RefSet[Reaction] { val underlying: scala.collection.mutable.HashSet[scala.ref.Reference[scala.swing.Reactions.Reaction]] }

    Attributes
    protected
    Definition Classes
    Publisher
  54. def locale: Locale

    Definition Classes
    UIElement
  55. def location: java.awt.Point

    Definition Classes
    UIElement
  56. def locationOnScreen: java.awt.Point

    Definition Classes
    UIElement
  57. def maximumSize: java.awt.Dimension

    Definition Classes
    UIElement
  58. def maximumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  59. def minimumSize: java.awt.Dimension

    Definition Classes
    UIElement
  60. def minimumSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  61. object mouse

    Contains publishers for various mouse events.

  62. def name: String

    Definition Classes
    Component
  63. def name_=(s: String): Unit

    Definition Classes
    Component
  64. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  65. final def notify(): Unit

    Definition Classes
    AnyRef
  66. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  67. def onFirstSubscribe(): Unit

    Attributes
    protected
    Definition Classes
    ComponentUIElement → LazyPublisher
  68. def onLastUnsubscribe(): Unit

    Attributes
    protected
    Definition Classes
    UIElement → LazyPublisher
  69. def opaque: Boolean

    Definition Classes
    Component
  70. def opaque_=(b: Boolean): Unit

    Definition Classes
    Component
  71. def paint(g: Graphics2D): Unit

    Definition Classes
    Component
  72. def paintBorder(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  73. def paintChildren(g: Graphics2D): Unit

    Attributes
    protected
    Definition Classes
    Component
  74. def paintComponent(g: Graphics2D): Unit

    For custom painting, users should usually override this method.

    For custom painting, users should usually override this method.

    Attributes
    protected
    Definition Classes
    Component
  75. lazy val peer: JList

    Definition Classes
    ListViewComponentUIElement
  76. def preferredSize: java.awt.Dimension

    Definition Classes
    UIElement
  77. def preferredSize_=(x: Dimension): Unit

    Definition Classes
    UIElement
  78. def prototypeCellValue: A

  79. def prototypeCellValue_=(a: A): Unit

  80. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  81. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  82. def renderer: Renderer[A]

  83. def renderer_=(r: Renderer[A]): Unit

  84. def repaint(rect: Rectangle): Unit

    Definition Classes
    UIElement
  85. def repaint(): Unit

    Definition Classes
    UIElement
  86. def requestFocus(): Unit

    Definition Classes
    Component
  87. def requestFocusInWindow(): Boolean

    Definition Classes
    Component
  88. def revalidate(): Unit

    Definition Classes
    Component
  89. def selectIndices(ind: Int*): Unit

  90. object selection extends Publisher

    The current item selection.

  91. def selectionBackground: Color

  92. def selectionBackground_=(c: Color): Unit

  93. def selectionForeground: Color

  94. def selectionForeground_=(c: Color): Unit

  95. def self: java.awt.Component

    Definition Classes
    UIElementProxy
  96. def showing: Boolean

    Definition Classes
    UIElement
  97. def size: java.awt.Dimension

    Definition Classes
    UIElement
  98. def subscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  99. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  100. def toString(): String

    Definition Classes
    ComponentProxy → AnyRef → Any
  101. def toolkit: Toolkit

    Definition Classes
    UIElement
  102. def tooltip: String

    Definition Classes
    Component
  103. def tooltip_=(t: String): Unit

    Definition Classes
    Component
  104. def unsubscribe(listener: Reaction): Unit

    Definition Classes
    LazyPublisher → Publisher
  105. def visible: Boolean

    Definition Classes
    UIElement
  106. def visibleRowCount: Int

  107. def visibleRowCount_=(n: Int): Unit

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

    Definition Classes
    UIElement
  109. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  110. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  111. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  112. def xLayoutAlignment: Double

    Used by certain layout managers, e.

    Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.

    Definition Classes
    Component
  113. def xLayoutAlignment_=(x: Double): Unit

    Definition Classes
    Component
  114. def yLayoutAlignment: Double

    Definition Classes
    Component
  115. def yLayoutAlignment_=(y: Double): Unit

    Definition Classes
    Component
  116. def [B](y: B): (ListView[A], B)

    Implicit information
    This member is added by an implicit conversion from ListView[A] to ArrowAssoc[ListView[A]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Component

Inherited from UIElement

Inherited from LazyPublisher

Inherited from Publisher

Inherited from Reactor

Inherited from Proxy

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion StringAdd from ListView[A] to StringAdd[ListView[A]]

Inherited by implicit conversion StringFormat from ListView[A] to StringFormat[ListView[A]]

Inherited by implicit conversion Ensuring from ListView[A] to Ensuring[ListView[A]]

Inherited by implicit conversion ArrowAssoc from ListView[A] to ArrowAssoc[ListView[A]]

Ungrouped