public abstract class ArrayTableColumn
extends java.lang.Object
ArrayTableModel
.Constructor and Description |
---|
ArrayTableColumn(java.lang.String name,
java.lang.Class clazz)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getContentClass()
Returns the class which all values of this column will belong to.
|
java.lang.String |
getName()
Returns the name of this column.
|
abstract java.lang.Object |
getValue(java.lang.Object item)
Returns the value in this column for the row represented by the
given row data object.
|
public ArrayTableColumn(java.lang.String name, java.lang.Class clazz)
name
- column nameclazz
- class which all objects returned by the
getValue(java.lang.Object)
method will be instances of (or null)public abstract java.lang.Object getValue(java.lang.Object item)
item
- row data objectpublic java.lang.String getName()
public java.lang.Class getContentClass()
Copyright © 2017 Central Laboratory of the Research Councils. All Rights Reserved.