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