convex.gui.models.BaseTableModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of convex-gui Show documentation
Show all versions of convex-gui Show documentation
Convex desktop GUI and test applications
The newest version!
package convex.gui.models;
import javax.swing.table.AbstractTableModel;
@SuppressWarnings("serial")
public abstract class BaseTableModel extends AbstractTableModel {
}