Uses of Enum Class
com.tietoenator.trip.jxp.ccl.TdbKernelWindowType
Packages that use TdbKernelWindowType
-
Uses of TdbKernelWindowType in com.tietoenator.trip.jxp.ccl
Methods in com.tietoenator.trip.jxp.ccl that return TdbKernelWindowTypeModifier and TypeMethodDescriptionTdbKernelWindow.getType()
Retrieve the type of the windowstatic TdbKernelWindowType
Returns the enum constant of this class with the specified name.static TdbKernelWindowType[]
TdbKernelWindowType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.tietoenator.trip.jxp.ccl with parameters of type TdbKernelWindowTypeModifierConstructorDescriptionTdbKernelWindow
(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.