Class

scala.swing.ListView

ModelWrapper

Related Doc: package ListView

Permalink

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: collection.Seq[B])

    Permalink

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addListDataListener(arg0: ListDataListener): Unit

    Permalink
    Definition Classes
    AbstractListModel → ListModel
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fireContentsChanged(arg0: Any, arg1: Int, arg2: Int): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  11. def fireIntervalAdded(arg0: Any, arg1: Int, arg2: Int): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  12. def fireIntervalRemoved(arg0: Any, arg1: Int, arg2: Int): Unit

    Permalink
    Attributes
    protected[javax.swing]
    Definition Classes
    AbstractListModel
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getElementAt(n: Int): B

    Permalink
    Definition Classes
    ModelWrapper → ListModel
  15. def getListDataListeners(): Array[ListDataListener]

    Permalink
    Definition Classes
    AbstractListModel
  16. def getListeners[T <: EventListener](arg0: Class[T]): Array[T]

    Permalink
    Definition Classes
    AbstractListModel
  17. def getSize(): Int

    Permalink
    Definition Classes
    ModelWrapper → ListModel
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. val items: collection.Seq[B]

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. def removeListDataListener(arg0: ListDataListener): Unit

    Permalink
    Definition Classes
    AbstractListModel → ListModel
  25. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractListModel[B]

Inherited from java.io.Serializable

Inherited from ListModel[B]

Inherited from AnyRef

Inherited from Any

Ungrouped