Class FeatureTableModel

java.lang.Object
javax.swing.table.AbstractTableModel
org.apache.uima.tools.cvd.tsview.FeatureTableModel
All Implemented Interfaces:
Serializable, TableModel

public class FeatureTableModel extends AbstractTableModel
Insert comment for enclosing_type here.
See Also:
  • Constructor Details

    • FeatureTableModel

      public FeatureTableModel()
      Instantiates a new feature table model.
    • FeatureTableModel

      public FeatureTableModel(org.apache.uima.cas.Type type)
      Constructor for FeatureTableModel.
      Parameters:
      type - the type
  • Method Details

    • setType

      public void setType(org.apache.uima.cas.Type type)
      Sets the type.
      Parameters:
      type - the new type
    • getColumnName

      public String getColumnName(int i)
      Specified by:
      getColumnName in interface TableModel
      Overrides:
      getColumnName in class AbstractTableModel
    • getRowCount

      public int getRowCount()
      Gets the row count.
      Returns:
      the row count
      See Also:
    • getColumnCount

      public int getColumnCount()
      Gets the column count.
      Returns:
      the column count
      See Also:
    • getValueAt

      public Object getValueAt(int rowIndex, int columnIndex)
      Gets the value at.
      Parameters:
      rowIndex - the row index
      columnIndex - the column index
      Returns:
      the value at
      See Also: