Package com.hp.lft.sdk.uiapro
Interface DoubleClickable
- All Known Subinterfaces:
- AppBar,- Button,- Calendar,- CheckBox,- ComboBox,- Document,- Edit,- Grid,- GridItem,- Group,- Header,- HeaderItem,- Image,- Link,- List,- ListItem,- Menu,- MenuBar,- MenuItem,- Pane,- ProgressBar,- RadioButton,- ScrollBar,- SemanticZoom,- Separator,- Slider,- Spinner,- SplitButton,- StatusBar,- TabControl,- TabItem,- Table,- Text,- Thumb,- TitleBar,- ToolBar,- ToolTip,- TreeView,- TreeViewItem,- UiObject,- UiObjectBase,- Window
public interface DoubleClickable
Indicates that this object can be double-clicked.
- 
Method SummaryModifier and TypeMethodDescriptionvoidDouble-clicks on this object using the left mouse button.voiddoubleClick(Location location) Double-clicks on this object using the specified Location.
- 
Method Details- 
doubleClickDouble-clicks on this object using the left mouse button.- Throws:
- GeneralLeanFtException- if error occurs during execution
 
- 
doubleClickDouble-clicks on this object using the specified Location.- Parameters:
- location- location of application
- Throws:
- GeneralLeanFtException- if error occurs during execution
 
 
-