BBjTreeMouseEvent

 

Description

In BBj 6.0 and higher, BBjTreeMouseEvent is an abstract class that acts as the base class for other events.

Remarks

None.

Methods of BBjTreeMouseEvent

Return Value

Method

int

getMouseButton()

int

getExactNodeID()

int

getNodeID()

int

getX()

int

getY()

boolean

isAltDown()

boolean

isCmdDown()

boolean

isControlDown()

boolean

isShiftDown()

Methods of BBjTreeMouseEvent inherited from BBjSysGuiEvent

Return Value

Method

BBjControl

getControl()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

Tree Control Notify Events