Package com.macrofocus.high_d.table
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)
-