public interface

ObservationTable

vars.annotation.ui.table.ObservationTable
Known Indirect Subclasses

Summary

Public Methods
abstract void addObservation(Observation observation)
Delegate method that passes the call on to the ObservationTableModel
abstract JTable getJTable()
abstract Observation getObservationAt(int row)
Delegate method that passes the call on to the ObservationTableModel
abstract int getPreferredRowHeight(int rowIndex, int margin)
Gets the preferredRowHeight attribute of the ObservationTable object
abstract void redrawAll()
Delegate method that forces the model to redraw the table.
abstract void redrawRow(int row)
Delegate method to force the model to redraw the specified row
abstract void removeObservation(Observation observation)
Delegate method that passes the call on to the ObservationTableModel
abstract void scrollToVisible(int rowIndex, int vColIndex)
abstract void setSelectedObservation(Observation obs)
abstract void setSelectedObservations(Collection<Observation> observations)
abstract void updateObservation(Observation observation)

Public Methods

public abstract void addObservation (Observation observation)

Delegate method that passes the call on to the ObservationTableModel

public abstract JTable getJTable ()

public abstract Observation getObservationAt (int row)

Delegate method that passes the call on to the ObservationTableModel

Parameters
row Description of the Parameter
Returns
  • The observationAt value

public abstract int getPreferredRowHeight (int rowIndex, int margin)

Gets the preferredRowHeight attribute of the ObservationTable object

Parameters
rowIndex Description of the Parameter
margin Description of the Parameter
Returns
  • The preferredRowHeight value

public abstract void redrawAll ()

Delegate method that forces the model to redraw the table.

public abstract void redrawRow (int row)

Delegate method to force the model to redraw the specified row

Parameters
row The row to redraw

public abstract void removeObservation (Observation observation)

Delegate method that passes the call on to the ObservationTableModel

public abstract void scrollToVisible (int rowIndex, int vColIndex)

public abstract void setSelectedObservation (Observation obs)

public abstract void setSelectedObservations (Collection<Observation> observations)

public abstract void updateObservation (Observation observation)