| Package | Description |
|---|---|
| com.tietoenator.trip.jxp.ccl |
CCL command processing support.
|
| Modifier and Type | Method and Description |
|---|---|
TdbKernelWindowType |
TdbKernelWindow.getType()
Retrieve the type of the window
|
static TdbKernelWindowType |
TdbKernelWindowType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TdbKernelWindowType[] |
TdbKernelWindowType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TdbKernelWindow(TdbSession session,
TdbKernelWindowType type)
Constructor, creates a new kernel window buffer on the server with dimensions 20x80
|
TdbKernelWindow(TdbSession session,
TdbKernelWindowType type,
int rows,
int cols)
Constructor, creates a new kernel window buffer on the server.
|