public class

JXObservationTableColumnModel.TimeCodeColumn

extends ValueColumn
java.lang.Object
   ↳ javax.swing.table.TableColumn
     ↳ org.jdesktop.swingx.table.TableColumnExt
       ↳ vars.annotation.ui.table.ValueColumn
         ↳ vars.annotation.ui.table.JXObservationTableColumnModel.TimeCodeColumn

Class Overview

# ObservationTableModel lnkObservationTableModel;

Summary

Constants
int COLUMN_INDEX
String ID Table identifier.
[Expand]
Inherited Constants
From class javax.swing.table.TableColumn
[Expand]
Inherited Fields
From class org.jdesktop.swingx.table.TableColumnExt
From class javax.swing.table.TableColumn
Public Constructors
JXObservationTableColumnModel.TimeCodeColumn()
Constructor for the TimeCodeColumn object
Public Methods
Class getColumnClass()
Gets the columnClass attribute of the TimeCodeColumn object
Object getValue(Observation observation)
Gets the value attribute of the TimeCodeColumn object
boolean isSortable()
Gets the sortable attribute of the TimeCodeColumn object
void setValue(Observation observation, Object value)
Sets the value attribute of the TimeCodeColumn object
[Expand]
Inherited Methods
From class vars.annotation.ui.table.ValueColumn
From class org.jdesktop.swingx.table.TableColumnExt
From class javax.swing.table.TableColumn
From class java.lang.Object
From interface org.jdesktop.swingx.plaf.UIDependent

Constants

public static final int COLUMN_INDEX

Constant Value: 0 (0x00000000)

public static final String ID

Table identifier. Useful for locating a column in a table

Constant Value: "Timecode"

Public Constructors

public JXObservationTableColumnModel.TimeCodeColumn ()

Constructor for the TimeCodeColumn object

Public Methods

public Class getColumnClass ()

Gets the columnClass attribute of the TimeCodeColumn object

Returns
  • The columnClass value

public Object getValue (Observation observation)

Gets the value attribute of the TimeCodeColumn object

Parameters
observation Description of the Parameter
Returns
  • The value value

public boolean isSortable ()

Gets the sortable attribute of the TimeCodeColumn object

Returns
  • The sortable value

public void setValue (Observation observation, Object value)

Sets the value attribute of the TimeCodeColumn object

Parameters
observation The new value value
value The new value value