Uses of Class
com.hp.lft.sdk.stdwin.WindowDescription.Init
Packages that use WindowDescription.Init
- 
Uses of WindowDescription.Init in com.hp.lft.sdk.stdwinClasses in com.hp.lft.sdk.stdwin with type parameters of type WindowDescription.InitModifier and TypeClassDescriptionprotected static classWindowDescription.Init<T extends WindowDescription.Init<T>>Helper class for WindowDescription.Builder.Subclasses of WindowDescription.Init in com.hp.lft.sdk.stdwinModifier and TypeClassDescriptionstatic classThis class can be used to construct an instance of the DialogDescription class using the builder pattern.protected static classDialogDescription.Init<T extends DialogDescription.Init<T>>static classThis class can be used to construct an instance of the WindowDescription class using the builder pattern.Constructors in com.hp.lft.sdk.stdwin with parameters of type WindowDescription.InitModifierConstructorDescriptionprotectedWindowDescription(WindowDescription.Init<?> init) Initializes a new instance of the WindowDescription class using the Builder pattern.