class LabelRenderer[A] extends AbstractRenderer[A, Label]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LabelRenderer
- AbstractRenderer
- Renderer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
val
component: Label
- Definition Classes
- AbstractRenderer
-
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
configure(table: Table, isSelected: Boolean, hasFocus: Boolean, a: A, row: Int, column: Int): Unit
Configuration that is specific to the component and this renderer.
Configuration that is specific to the component and this renderer.
- Definition Classes
- LabelRenderer → AbstractRenderer
-
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.
Standard preconfiguration that is commonly done for any component.
- Definition Classes
- AbstractRenderer