Scala Library
|
|
scala/swing/ListView.scala
]
implicit
object
GenericRenderer
extends
Renderer[Any]toString
.Value Summary | |
override lazy val
|
peer : javax.swing.ListCellRenderer |
Method Summary | |
def
|
componentFor (list : ListView[Any], isSelected : Boolean, focused : Boolean, a : Any, 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 |
Value Details |
Method Details |
def
componentFor(list : ListView[Any], isSelected : Boolean, focused : Boolean, a : Any, index : Int) : Component
Scala Library
|
|