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, removeTableModelListenerpublic 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 TableModelpublic int getRowCount()
getRowCount in interface TableModelpublic boolean isCellEditable(int row,
int column)
isCellEditable in interface TableModelisCellEditable in class AbstractTableModelpublic void setValueAt(Object value, int row, int column)
setValueAt in interface TableModelsetValueAt in class AbstractTableModelpublic static String label(ViewInterestPoints viewInterestPoints, BasicViewDescription<?> vd, int row)
public Object getValueAt(int row, int column)
getValueAt in interface TableModelprotected 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 TableModelgetColumnName in class AbstractTableModelpublic 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.InterestPointSourcepublic void getLocalToGlobalTransform(int timepointIndex,
AffineTransform3D transform)
getLocalToGlobalTransform in interface InterestPointOverlay.InterestPointSourceCopyright © 2015–2021 Fiji. All rights reserved.