Package com.hp.lft.sdk.te
Class WindowDescription.Init<T extends WindowDescription.Init<T>>
java.lang.Object
com.hp.lft.sdk.DescriptionBase.Init<T>
com.hp.lft.sdk.te.WindowDescription.Init<T>
- Direct Known Subclasses:
WindowDescription.Builder
- Enclosing class:
- WindowDescription
protected abstract static class WindowDescription.Init<T extends WindowDescription.Init<T>>
extends DescriptionBase.Init<T>
Helper class for WindowDescription.Builder.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Returns the built description instance (builder pattern).emulatorStatus
(EmulatorStatus emulatorStatus) Initializes the current emulator status.Initializes a handle to a window.Initializes the current protocol.shortName
(StringProperty shortName) Initializes the short name of the window.Initializes the short name of the window.Methods inherited from class com.hp.lft.sdk.DescriptionBase.Init
index, objectProperties, self, vri, vri
-
Constructor Details
-
Init
protected Init()
-
-
Method Details
-
build
Description copied from class:DescriptionBase.Init
Returns the built description instance (builder pattern).- Overrides:
build
in classDescriptionBase.Init<T extends WindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
-
shortName
Initializes the short name of the window.- Parameters:
shortName
- the short name of the window.- Returns:
- the description instance with the updated state (builder pattern).
-
shortName
Initializes the short name of the window.- Parameters:
shortName
- a StringProperty(or RegExpProperty) representing the short name of the window.- Returns:
- the description instance with the updated state (builder pattern).
-
protocol
Initializes the current protocol.- Parameters:
protocol
- the current protocol.- Returns:
- the description instance with the updated state (builder pattern).
-
emulatorStatus
Initializes the current emulator status.- Parameters:
emulatorStatus
- the current emulator status.- Returns:
- the description instance with the updated state (builder pattern).
-
handle
Initializes a handle to a window.- Parameters:
handle
- the handle to a window.- Returns:
- the description instance with the updated state (builder pattern).
-