public class

JXObservationTableColumnModel.VideoArchiveNameColumn

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

Summary

Constants
int COLUMN_INDEX Description of the Field
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.VideoArchiveNameColumn()
Constructor for the VideoArchiveNameColumn object
Public Methods
Class getColumnClass()
Gets the columnClass attribute of the VideoArchiveNameColumn object
Object getValue(Observation observation)
Gets the value attribute of the VideoArchiveNameColumn object
boolean isSortable()
Gets the sortable attribute of the VideoArchiveNameColumn object
void setValue(Observation observation, Object value)
Sets the value attribute of the VideoArchiveNameColumn 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

Description of the Field

Constant Value: 6 (0x00000006)

public static final String ID

Table identifier. Useful for locating a column in a table

Constant Value: "Tape ID"

Public Constructors

public JXObservationTableColumnModel.VideoArchiveNameColumn ()

Constructor for the VideoArchiveNameColumn object

Public Methods

public Class getColumnClass ()

Gets the columnClass attribute of the VideoArchiveNameColumn object

Returns
  • The columnClass value

public Object getValue (Observation observation)

Gets the value attribute of the VideoArchiveNameColumn object

Parameters
observation Description of the Parameter
Returns
  • The value value

public boolean isSortable ()

Gets the sortable attribute of the VideoArchiveNameColumn object

Returns
  • The sortable value

public void setValue (Observation observation, Object value)

Sets the value attribute of the VideoArchiveNameColumn object

Parameters
observation The new value value
value The new value value