Package sk.ipesoft.d2000.go
Interface IListItemClickEvent
-
public interface IListItemClickEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanbAlt()booleanbCtrl()booleanbDoubleClick()booleanbShift()MouseButtongetButton()intgetItemHandle()
-
-
-
Method Detail
-
getItemHandle
int getItemHandle()
-
getButton
MouseButton getButton()
-
bDoubleClick
boolean bDoubleClick()
-
bShift
boolean bShift()
-
bCtrl
boolean bCtrl()
-
bAlt
boolean bAlt()
-
-