public class

JXObservationTableColumnModel.CameraDirectionColumn

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

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.CameraDirectionColumn()
Constructor for the CameraDirectionColumn object
Public Methods
Class getColumnClass()
Gets the columnClass attribute of the CameraDirectionColumn object
Object getValue(Observation observation)
Gets the value attribute of the CameraDirectionColumn object
boolean isSortable()
Gets the sortable attribute of the CameraDirectionColumn object
void setValue(Observation observation, Object value)
Sets the value attribute of the CameraDirectionColumn 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: 5 (0x00000005)

public static final String ID

Table identifier. Useful for locating a column in a table

Constant Value: "Camera Direction"

Public Constructors

public JXObservationTableColumnModel.CameraDirectionColumn ()

Constructor for the CameraDirectionColumn object

Public Methods

public Class getColumnClass ()

Gets the columnClass attribute of the CameraDirectionColumn object

Returns
  • The columnClass value

public Object getValue (Observation observation)

Gets the value attribute of the CameraDirectionColumn object

Parameters
observation Description of the Parameter
Returns
  • The value value

public boolean isSortable ()

Gets the sortable attribute of the CameraDirectionColumn object

Returns
  • The sortable value

public void setValue (Observation observation, Object value)

Sets the value attribute of the CameraDirectionColumn object

Parameters
observation The new value value
value The new value value