Uses of Class
com.hp.lft.sdk.java.UiObjectBaseDescription.Init
Packages that use UiObjectBaseDescription.Init
-
Uses of UiObjectBaseDescription.Init in com.hp.lft.sdk.java
Classes in com.hp.lft.sdk.java 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.javaModifier and TypeClassDescriptionstatic class
This class can be used to construct an instance of the AppletDescription class using the builder pattern.protected static class
AppletDescription.Init<T extends AppletDescription.Init<T>>
Helper class for AppletDescription.Builder.static class
This class can be 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.Builder.static 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.Builder.static 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.Builder.static 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 EditorDescription class using the builder pattern.protected static class
EditorDescription.Init<T extends EditorDescription.Init<T>>
Helper class for EditorDescription.Builder.static class
This class can be used to construct an instance of the ExpandBarDescription class using the builder pattern.protected static class
ExpandBarDescription.Init<T extends ExpandBarDescription.Init<T>>
Helper class for ExpandBarDescription.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 LabelDescription class using the builder pattern.protected static class
LabelDescription.Init<T extends LabelDescription.Init<T>>
Helper class for LabelDescription.Builder.static class
This class can be used to construct an instance of the LinkDescription class using the builder pattern.protected static class
LinkDescription.Init<T extends LinkDescription.Init<T>>
Helper class for LinkDescription.Builder.static class
This class can be used to construct an instance of the ListDescription class using the builder pattern.protected static class
ListDescription.Init<T extends ListDescription.Init<T>>
Helper class for ListDescription.Builder.static class
This class can be used to construct an instance of the MenuDescription class using the builder pattern.protected static class
MenuDescription.Init<T extends MenuDescription.Init<T>>
Helper class for MenuDescription.Builder.static 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 SliderDescription class using the builder pattern.protected static class
SliderDescription.Init<T extends SliderDescription.Init<T>>
Helper class for SliderDescription.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 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 TableDescription class using the builder pattern.protected static class
TableDescription.Init<T extends TableDescription.Init<T>>
Helper class for TableDescription.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 theTreeViewDescription
class using the builder pattern.protected static class
TreeViewDescription.Init<T extends TreeViewDescription.Init<T>>
Helper class forTreeViewDescription.Builder
.static class
This class can be used to construct an instance of the TreeViewTableDescription class using the builder pattern.protected static class
TreeViewTableDescription.Init<T extends TreeViewTableDescription.Init<T>>
Helper class forTreeViewTableDescription.Builder
.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.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.java with parameters of type UiObjectBaseDescription.InitModifierConstructorDescriptionprotected
Initializes a new instance of the UiObjectBaseDescription class using the Builder pattern.