![JAR search and dependency download from the Maven repository](/logo.png)
io.github.warnotte.obj2gui2.ArrayGeneratorForsingleObject.TableMagiqueModelBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of obj2gui2 Show documentation
Show all versions of obj2gui2 Show documentation
This library aimed to generated swing interface base on introspection and annotation of DTOs
/**
*
*/
package io.github.warnotte.obj2gui2.ArrayGeneratorForsingleObject;
import java.lang.reflect.Method;
import java.util.List;
import javax.swing.table.AbstractTableModel;
/**
* @author Warnotte Renaud
*
*/
public abstract class TableMagiqueModelBase extends AbstractTableModel
{
/**
*
*/
private static final long serialVersionUID = -8309280351590201345L;
List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy