Package | Description |
---|---|
org.scijava.table | |
org.scijava.table.io | |
org.scijava.ui.swing.viewer.table | |
org.scijava.ui.viewer.table |
Class and Description |
---|
AbstractTable
Abstract superclass for column-oriented
Table implementations. |
BoolColumn
Efficient implementation of
Column for boolean primitives. |
BoolTable
A table of
boolean values. |
ByteColumn
Efficient implementation of
Column for byte primitives. |
ByteTable
A table of byte-precision integer values.
|
CharColumn
Efficient implementation of
Column for char primitives. |
CharTable
A table of
char values. |
Column
A column of data of a
Table . |
DefaultColumn
Default implementation of
Column . |
DoubleColumn
Efficient implementation of
Column for double primitives. |
DoubleTable
A table of double-precision floating point values.
|
FloatColumn
Efficient implementation of
Column for float primitives. |
FloatTable
A table of float-precision floating point values.
|
GenericColumn
A column that can consist of any
Object s. |
GenericTable
A flexible table capable of storing any values as
Object s. |
IntColumn
Efficient implementation of
Column for int primitives. |
IntTable
A table of int-precision integer values.
|
LongColumn
Efficient implementation of
Column for long primitives. |
LongTable
A table of long-precision integer values.
|
PrimitiveColumn
A column of data backed by a
PrimitiveArray . |
ShortColumn
Efficient implementation of
Column for short primitives. |
ShortTable
A table of short-precision integer values.
|
Table
A table of values.
|
TableDisplay |
Class and Description |
---|
Table
A table of values.
|
Class and Description |
---|
Table
A table of values.
|
TableDisplay |
Class and Description |
---|
TableDisplay |
Copyright © 2015–2022 SciJava. All rights reserved.