Package com.hp.lft.sdk.stdwin
Interface StatusBarItem
public interface StatusBarItem
A single status bar item in a standard Windows status bar.
-
Method Summary
Modifier 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
-
getHeight
Returns the status bar item's height (in pixels).- Returns:
- the status bar item's height (in pixels).
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getText
Returns 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
-
getWidth
Returns the status bar item's width (in pixels).- Returns:
- the status bar item's width (in pixels).
- Throws:
GeneralLeanFtException- if error occurs during execution
-
getX
Returns 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
-
getY
Returns 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
-