|
Scala Library
|
|
scala/swing/Table.scala]
abstract
class
Renderer[-A]
extends AnyRef| Method Summary | |
abstract def
|
componentFor (table : Table, isSelected : Boolean, hasFocus : Boolean, a : A, row : Int, column : Int) : Component |
def
|
peer : javax.swing.table.TableCellRenderer |
| 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.table.TableCellRenderer
abstract
def
componentFor(table : Table, isSelected : Boolean, hasFocus : Boolean, a : A, row : Int, column : Int) : Component
|
Scala Library
|
|