scala.swing

object ListView

[source: scala/swing/ListView.scala]

object ListView
extends AnyRef
Method Summary
def wrap [A](c : javax.swing.JList) : ListView[A]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
abstract class AbstractRenderer [-A, C <: Component](protected val component : C) extends Renderer[A]
A default renderer that maintains a single component for item rendering and preconfigures it to sensible defaults. It is polymorphic on the components type so clients can easily use component specific attributes during configuration.
abstract class Renderer [-A] extends AnyRef
Object Summary
implicit object GenericRenderer extends Renderer[Any]
object IntervalMode extends scala.Enumeration
object Renderer extends AnyRef
Method Details
def wrap[A](c : javax.swing.JList) : ListView[A]