Package com.hp.lft.sdk.stdwin
Interface StatusBarItem
public interface StatusBarItem
A single status bar item in a standard Windows status bar.
- 
Method SummaryModifier and TypeMethodDescriptionintReturns the status bar item's height (in pixels).getText()Returns the text of the status bar item, or "" when empty.intgetWidth()Returns the status bar item's width (in pixels).intgetX()Returns the status bar's x-coordinate (left) relative to the parent window (in pixels).intgetY()Returns the status bar's y-coordinate (top) relative to the parent window (in pixels).
- 
Method Details- 
getHeightReturns the status bar item's height (in pixels).- Returns:
- the status bar item's height (in pixels).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getTextReturns the text of the status bar item, or "" when empty.- Returns:
- the text of the status bar item, or "" when empty.
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getWidthReturns the status bar item's width (in pixels).- Returns:
- the status bar item's width (in pixels).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getXReturns the status bar's x-coordinate (left) relative to the parent window (in pixels).- Returns:
- the status bar's x-coordinate (left) relative to the parent window (in pixels).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
getYReturns the status bar's y-coordinate (top) relative to the parent window (in pixels).- Returns:
- the status bar's y-coordinate (top) relative to the parent window (in pixels).
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-