public class

JXObservationTableColumnModel.ObserverColumn

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

Summary

Constants
int COLUMN_INDEX
String ID
[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.ObserverColumn()
Constructor for the ObserverColumn object
Public Methods
Class getColumnClass()
Gets the columnClass attribute of the ObserverColumn object
Object getValue(Observation observation)
Gets the value attribute of the ObserverColumn object
void setValue(Observation observation, Object value)
Sets the value attribute of the ObserverColumn 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: 4 (0x00000004)

public static final String ID

Constant Value: "Observer"

Public Constructors

public JXObservationTableColumnModel.ObserverColumn ()

Constructor for the ObserverColumn object

Public Methods

public Class getColumnClass ()

Gets the columnClass attribute of the ObserverColumn object

Returns
  • The columnClass value

public Object getValue (Observation observation)

Gets the value attribute of the ObserverColumn object

Parameters
observation Description of the Parameter
Returns
  • The value value

public void setValue (Observation observation, Object value)

Sets the value attribute of the ObserverColumn object

Parameters
observation The new value value
value The new value value