scala.swing.ListView.Renderer

class Wrapped

[source: scala/swing/ListView/Renderer.scala]

class Wrapped[A](val override peer : javax.swing.ListCellRenderer)
extends Renderer[A]
Wrapper for javax.swing.ListCellRenderers
Method Summary
def componentFor (list : ListView[Any], isSelected : Boolean, hasFocus : Boolean, a : A, index : Int) : Component
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def componentFor(list : ListView[Any], isSelected : Boolean, hasFocus : Boolean, a : A, index : Int) : Component
Overrides
Renderer.componentFor