BBjTreeMouseEvent

Description

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

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()

Methods of BBjTreeMouseEvent inherited from BBjEvent

Return Value Method
string getEventName()
string getEventString()

See Also

CALLBACK Verb - Register BBj Subroutine

BBjControl::setCallback

Tree Control Notify Events