uk.ac.starlink.table.gui.MapGroupTableModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of stil Show documentation
Show all versions of stil Show documentation
Starlink Tables Infrastructure Library
package uk.ac.starlink.table.gui;
import java.util.List;
import java.util.Map;
import javax.swing.table.AbstractTableModel;
import uk.ac.starlink.util.MapGroup;
/**
* Provides a TableModel view of a MapGroup object.
* For performance reasons this implementation takes a snapshot of
* the MapGroup at construction time rather than treating it as a
* live object.
*
* @author Mark Taylor (Starlink)
*/
public class MapGroupTableModel extends AbstractTableModel {
private List