Packages

  • package root
    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package swing

    Useful imports that don't have wrappers.

    Useful imports that don't have wrappers.

    Definition Classes
    scala
  • class ListView[A] extends Component

    A component that displays a number of elements in a list.

    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

    Definition Classes
    swing
    See also

    javax.swing.JList

  • ModelWrapper
  • SuperMixin
  • keys
  • mouse
  • selection
c

scala.swing.ListView

ModelWrapper

class ModelWrapper[B] extends AbstractListModel[B]

Attributes
protected
Linear Supertypes
AbstractListModel[B], java.io.Serializable, ListModel[B], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ModelWrapper
  2. AbstractListModel
  3. Serializable
  4. ListModel
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ModelWrapper(items: Seq[B])

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. def addListDataListener(arg0: ListDataListener): Unit
    Definition Classes
    AbstractListModel → ListModel
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fireContentsChanged(arg0: Any, arg1: Int, arg2: Int): Unit
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  11. def fireIntervalAdded(arg0: Any, arg1: Int, arg2: Int): Unit
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  12. def fireIntervalRemoved(arg0: Any, arg1: Int, arg2: Int): Unit
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getElementAt(n: Int): B
    Definition Classes
    ModelWrapper → ListModel
  15. def getListDataListeners(): Array[ListDataListener]
    Definition Classes
    AbstractListModel
  16. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]
    Definition Classes
    AbstractListModel
  17. def getSize(): Int
    Definition Classes
    ModelWrapper → ListModel
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val items: Seq[B]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def removeListDataListener(arg0: ListDataListener): Unit
    Definition Classes
    AbstractListModel → ListModel
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AbstractListModel[B]

Inherited from java.io.Serializable

Inherited from ListModel[B]

Inherited from AnyRef

Inherited from Any

Ungrouped