Uses of Class
com.tietoenator.trip.jxp.ccl.TdbKernelWindowType
-
Packages that use TdbKernelWindowType Package Description com.tietoenator.trip.jxp.ccl CCL command processing support. -
-
Uses of TdbKernelWindowType in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbKernelWindowType Modifier and Type Method Description TdbKernelWindowType
TdbKernelWindow. getType()
Retrieve the type of the windowstatic 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.Constructors in com.tietoenator.trip.jxp.ccl with parameters of type TdbKernelWindowType Constructor Description TdbKernelWindow(TdbSession session, TdbKernelWindowType type)
Constructor, creates a new kernel window buffer on the server with dimensions 20x80TdbKernelWindow(TdbSession session, TdbKernelWindowType type, int rows, int cols)
Constructor, creates a new kernel window buffer on the server.
-