JavaScript is disabled on your browser.
Skip navigation links
Macrofocus High-D API
Overview
Package
Class
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.macrofocus.high_d.table
Interface Table.CellRenderer<Component,
R,
C,
V>
Enclosing interface:
Table
<
Component
,
Color
,
Format
,
R
,
C
,
V
>
public static interface
Table.CellRenderer<Component,
R,
C,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Component
create
()
void
render
(
Component
component,
R
row,
C
column,
V
value)
Method Details
create
Component
create
()
render
void
render
(
Component
component,
R
row,
C
column,
V
value)