abstract class AbstractRenderer[-A, C <: Component] extends Renderer[A]
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- AbstractRenderer
- Renderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AbstractRenderer(component: C)
Abstract Value Members
Concrete Value Members
- val component: C
-
def
componentFor(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Component
Configures the component before returning it.
Configures the component before returning it.
- Definition Classes
- AbstractRenderer → Renderer
-
def
peer: TableCellRenderer
- Definition Classes
- Renderer
-
def
preConfigure(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Unit
Standard preconfiguration that is commonly done for any component.