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 Summary
Modifier 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
-
doubleClick
Double-clicks on this object using the left mouse button.- Throws:
GeneralLeanFtException- if error occurs during execution
-
doubleClick
Double-clicks on this object using the specified Location.- Parameters:
location- location of application- Throws:
GeneralLeanFtException- if error occurs during execution
-