Scala Library
|
|
scala/swing/ListView.scala
]
abstract
class
Renderer[-A]
extends
AnyRefAny
renderer can be used for a list view
of strings.Method Summary | |
abstract def
|
componentFor (list : ListView[Any], isSelected : Boolean, focused : Boolean, a : A, index : Int) : Component |
def
|
peer : javax.swing.ListCellRenderer |
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
peer : javax.swing.ListCellRenderer
abstract
def
componentFor(list : ListView[Any], isSelected : Boolean, focused : Boolean, a : A, index : Int) : Component
Scala Library
|
|