public class

JXObservationTableColumnModel.ObservationColumn

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

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

public static final String ID

Table identifier. Useful for locating a column in a table

Constant Value: "Observation"

Public Constructors

public JXObservationTableColumnModel.ObservationColumn ()

Constructor for the ObservationColumn object

Public Methods

public Class getColumnClass ()

Gets the columnClass attribute of the ObservationColumn object

Returns
  • The columnClass value

public Object getValue (Observation observation)

Gets the value attribute of the ObservationColumn object

Parameters
observation Description of the Parameter
Returns
  • The value value

public boolean isSortable ()

Gets the sortable attribute of the ObservationColumn object

Returns
  • The sortable value

public void setValue (Observation observation, Object value)

Sets the value attribute of the ObservationColumn object

Parameters
observation The new value value
value The new value value