public class InterestPointTableModel extends AbstractTableModel implements InterestPointOverlay.InterestPointSource
listenerList
Constructor and Description |
---|
InterestPointTableModel(ViewInterestPoints viewInterestPoints,
InterestPointExplorerPanel panel) |
addTableModelListener, findColumn, fireTableCellUpdated, fireTableChanged, fireTableDataChanged, fireTableRowsDeleted, fireTableRowsInserted, fireTableRowsUpdated, fireTableStructureChanged, getColumnClass, getListeners, getTableModelListeners, removeTableModelListener
public InterestPointTableModel(ViewInterestPoints viewInterestPoints, InterestPointExplorerPanel panel)
protected void update(ViewInterestPoints viewInterestPoints)
protected ViewInterestPoints getViewInterestPoints()
protected BasicViewDescription<?> getCurrentViewDescription()
protected void updateViewDescription(BasicViewDescription<?> vd, boolean isFirst)
public int getColumnCount()
getColumnCount
in interface TableModel
public int getRowCount()
getRowCount
in interface TableModel
public boolean isCellEditable(int row, int column)
isCellEditable
in interface TableModel
isCellEditable
in class AbstractTableModel
public void setValueAt(Object value, int row, int column)
setValueAt
in interface TableModel
setValueAt
in class AbstractTableModel
public static String label(ViewInterestPoints viewInterestPoints, BasicViewDescription<?> vd, int row)
public Object getValueAt(int row, int column)
getValueAt
in interface TableModel
protected int numCorresponding(ViewInterestPoints vip, ViewId v, String label)
protected int numCorrespondences(ViewInterestPoints vip, ViewId v, String label)
protected int numDetections(ViewInterestPoints vip, ViewId v, String label)
public String getColumnName(int column)
getColumnName
in interface TableModel
getColumnName
in class AbstractTableModel
public boolean getState(int row, int column)
public void setSelected(int row, int col)
public int getSelectedRow()
public int getSelectedCol()
public Collection<? extends RealLocalizable> getLocalCoordinates(int timepointIndex)
getLocalCoordinates
in interface InterestPointOverlay.InterestPointSource
public void getLocalToGlobalTransform(int timepointIndex, AffineTransform3D transform)
getLocalToGlobalTransform
in interface InterestPointOverlay.InterestPointSource
Copyright © 2015–2021 Fiji. All rights reserved.