Package com.hp.lft.sdk.stdwin
Interface Tab
public interface Tab
A single tab item belonging to a standard Windows tab control.
- 
Method SummaryModifier and TypeMethodDescriptiongetText()Returns the text of the tab item.booleanIndicates whether the tab item is selected.
- 
Method Details- 
isSelectedIndicates whether the tab item is selected.- Returns:
- true when selected.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTextReturns the text of the tab item.- Returns:
- the text of the tab item.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-