Uses of Class
com.hp.lft.sdk.stdwin.UiObjectBaseDescription.Init
Packages that use UiObjectBaseDescription.Init
-
Uses of UiObjectBaseDescription.Init in com.hp.lft.sdk.stdwin
Classes in com.hp.lft.sdk.stdwin with type parameters of type UiObjectBaseDescription.InitModifier and TypeClassDescriptionprotected static class
UiObjectBaseDescription.Init<T extends UiObjectBaseDescription.Init<T>>
Helper class for derived Builder classes.Subclasses of UiObjectBaseDescription.Init in com.hp.lft.sdk.stdwinModifier and TypeClassDescriptionstatic class
This class is used to construct an instance of the ButtonDescription class using the builder pattern.protected static class
ButtonDescription.Init<T extends ButtonDescription.Init<T>>
Helper class for ButtonDescription.Builderstatic class
This class can be used to construct an instance of the CalendarDescription class using the builder pattern.protected static class
CalendarDescription.Init<T extends CalendarDescription.Init<T>>
Helper class for CalendarDescription.Builderstatic class
This class can be used to construct an instance of the CheckBoxDescription class using the builder pattern.protected static class
CheckBoxDescription.Init<T extends CheckBoxDescription.Init<T>>
Helper class for CheckBoxDescription.Builderstatic class
This class can be used to construct an instance of the ComboBoxDescription class using the builder pattern.protected static class
ComboBoxDescription.Init<T extends ComboBoxDescription.Init<T>>
Helper class for ComboBoxDescription.Builderstatic 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>>
static class
This class can be used to construct an instance of the EditFieldDescription class using the builder pattern.protected static class
EditFieldDescription.Init<T extends EditFieldDescription.Init<T>>
Helper class for EditFieldDescription.Builderstatic class
This class can be used to construct an instance of the EditorDescription class using the builder pattern.protected static class
EditorDescription.Init<T extends EditorDescription.Init<T>>
Helper class for EditorDescription.Builderstatic class
This class can be used to construct an instance of the ListBoxDescription class using the builder pattern.protected static class
ListBoxDescription.Init<T extends ListBoxDescription.Init<T>>
Helper class for ListBoxDescription.Builderstatic class
This class can be used to construct an instance of the ListViewDescription class using the builder pattern.protected static class
ListViewDescription.Init<T extends ListViewDescription.Init<T>>
Helper class for ListViewDescription.Builderstatic class
This class can be used to construct an instance of the RadioButtonDescription class using the builder pattern.protected static class
RadioButtonDescription.Init<T extends RadioButtonDescription.Init<T>>
Helper class for RadioButtonDescription.Builder.static class
This class can be used to construct an instance of the ScrollBarDescription class using the builder pattern.protected static class
ScrollBarDescription.Init<T extends ScrollBarDescription.Init<T>>
Helper class for ScrollBarDescription.Builder.static class
This class can be used to construct an instance of the SpinBoxDescription class using the builder pattern.protected static class
SpinBoxDescription.Init<T extends SpinBoxDescription.Init<T>>
Helper class for SpinBoxDescription.Builder.static class
This class can be used to construct an instance of the StaticDescription class using the builder pattern.protected static class
StaticDescription.Init<T extends StaticDescription.Init<T>>
Helper class for StaticDescription.Builder.static class
This class can be used to construct an instance of the StatusBarDescription class using the builder pattern.protected static class
StatusBarDescription.Init<T extends StatusBarDescription.Init<T>>
Helper class for StatusBarDescription.Builder.static class
This class can be used to construct an instance of the TabControlDescription class using the builder pattern.protected static class
TabControlDescription.Init<T extends TabControlDescription.Init<T>>
Helper class for TabControlDescription.Builder.static class
This class can be used to construct an instance of the ToolBarDescription class using the builder pattern.protected static class
ToolBarDescription.Init<T extends ToolBarDescription.Init<T>>
Helper class for ToolBarDescription.Builder.static class
This class can be used to construct an instance of the TreeViewDescription class using the builder pattern.protected static class
TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>
Helper class for TreeViewDescription.Builders.static class
This class can be used to construct an instance of the UiObjectDescription class using the builder pattern.protected static class
UiObjectDescription.Init<T extends UiObjectDescription.Init<T>>
Helper class for UiObjectDescription.Builder.protected static class
Helper class for derived Builder classes.static class
This class can be used to construct an instance of the WindowDescription class using the builder pattern.protected static class
WindowDescription.Init<T extends WindowDescription.Init<T>>
Helper class for WindowDescription.Builder.Constructors in com.hp.lft.sdk.stdwin with parameters of type UiObjectBaseDescription.InitModifierConstructorDescriptionprotected
Initializes a new instance of the UiObjectBaseDescription class using the Builder pattern.