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 SummaryConstructors
- 
Method SummaryModifier 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.Initindex, objectProperties, self, vri, vri
- 
Constructor Details- 
Initprotected Init()
 
- 
- 
Method Details- 
buildDescription copied from class:DescriptionBase.InitReturns the built description instance (builder pattern).- Overrides:
- buildin class- DescriptionBase.Init<T extends WindowDescription.Init<T>>
- Returns:
- The built description instance (builder pattern).
 
- 
shortNameInitializes the short name of the window.- Parameters:
- shortName- the short name of the window.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
shortNameInitializes 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).
 
- 
protocolInitializes the current protocol.- Parameters:
- protocol- the current protocol.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
emulatorStatusInitializes the current emulator status.- Parameters:
- emulatorStatus- the current emulator status.
- Returns:
- the description instance with the updated state (builder pattern).
 
- 
handleInitializes a handle to a window.- Parameters:
- handle- the handle to a window.
- Returns:
- the description instance with the updated state (builder pattern).
 
 
-