Package com.hp.lft.sdk
Interface DoubleClickable
- All Known Subinterfaces:
Applet,Button,Button,Button,Button,Button,Calendar,Calendar,Calendar,Calendar,CheckBox,CheckBox,CheckBox,CheckBox,CheckBox,ComboBox,ComboBox,ComboBox,ComboBox,Dialog,Dialog,EditField,EditField,EditField,EditField,Editor,Editor,Editor,ExpandBar,Image,InsightObject,InternalFrame,Label,Label,Link,Link,List,List,ListBox,ListBox,ListBox,ListView,ListView,ListView,Menu,Menu,ProgressBar,PropertyGrid,RadioButton,RadioButton,RadioButton,RadioButton,RadioButton,ScrollBar,ScrollBar,ScrollBar,ScrollBar,Slider,Slider,SpinBox,SpinBox,SpinBox,Static,StatusBar,StatusBar,StatusBar,TabControl,TabControl,TabControl,TabControl,Table,Table,Table,Table,TabStrip,ToolBar,ToolBar,ToolBar,ToolBar,ToolBar,TreeView,TreeView,TreeView,TreeView,TreeView,TreeViewTable,UiObject,UiObject,UiObject,UiObject,UiObject,UiObjectBase,UiObjectBase,UiObjectBase,UiObjectBase,UiObjectBase,UiObjectBase,UiObjectWithLayoutInfo,UiObjectWithLayoutInfo,Window,Window,Window,Window,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(ClickArgs args) Double-clicks on this object using the specified ClickArgs.voiddoubleClick(MouseButton button) Double-clicks on this object using the specified MouseButton.
-
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 MouseButton.- Parameters:
button- the MouseButton that performs the double-click. Possible values:MouseButton- Throws:
GeneralLeanFtException- if error occurs during execution
-
doubleClick
Double-clicks on this object using the specified ClickArgs.- Parameters:
args- the click arguments that will be used during the double-click. Possible values:ClickArgs- Throws:
GeneralLeanFtException- if error occurs during execution
-