Customizer.getHitTest

Overview | Methods | This Package | All Packages

Customizer.getHitTest

Determines whether the specified point is active.

Syntax

public boolean getHitTest( Point point )

Parameters

point

A Point object that represents a point relative to the upper-left corner of the component.

Return Value

Returns false by default.

Remarks

Override this method to allow the component to support a design-time user interface. When getHitTest returns true, mouse messages at the specified point can be passed to the component.