Skip to content

Latest commit

 

History

History

entity-table-model

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

EntityTableModel

JTable Swing table model on annotations, for mapping entity classes to a table.

Using

  • include library in your project
  • annotated your data class fields and methods @JTableColumn annotation
  • create instance EntityTableModel and set your table

Compile and packaging

Using Maven in project root directory execute mvn clean package.