Package | Description |
---|---|
de.esprit.appsuite.nio.binary |
Contains classes for binary file read/write support.
|
de.esprit.common.gui.table |
Contains GUI support classes for tables of objects.
|
de.esprit.common.type |
Contains a set of useful enum constants
|
Modifier and Type | Method and Description |
---|---|
protected JavaDataType |
ByteBufferWrapper.getJavaDataType() |
Constructor and Description |
---|
ByteBufferWrapper(java.lang.String name,
BinaryChannel binaryChannel,
JavaDataType javaDataType) |
ByteBufferWrapper(java.lang.String name,
BinaryChannel binaryChannel,
JavaDataType javaDataType,
int numberOfValues) |
NumberBufferWrapper(java.lang.String name,
BinaryChannel binaryChannel,
JavaDataType javaDataType,
int numberOfValues) |
Modifier and Type | Method and Description |
---|---|
JavaDataType |
ColumnDef.getType() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractObjectTableModel.addColumn(NlsKey nameKey,
JavaDataType type,
int minWidth,
int preferredWidth,
int maxWidth) |
Constructor and Description |
---|
ColumnDef(NlsKey nameKey,
JavaDataType type,
int minWidth,
int preferredWidth,
int maxWidth) |
Modifier and Type | Method and Description |
---|---|
static JavaDataType |
JavaDataType.fromString(java.lang.String typeStr) |
static JavaDataType |
JavaDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static JavaDataType[] |
JavaDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014 EsprIT-Systems. All Rights Reserved.