net.maizegenetics.gui.TableRowHeaderListModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tassel Show documentation
Show all versions of tassel Show documentation
TASSEL is a software package to evaluate traits associations, evolutionary patterns, and linkage
disequilibrium.
The newest version!
/*
* TableRowHeaderListModel.java
*
* Created on February 11, 2009, 9:09 PM
*
*/
package net.maizegenetics.gui;
import javax.swing.*;
import java.util.List;
/**
*
* @author terryc
*/
public class TableRowHeaderListModel extends AbstractListModel