All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.awt.PositionalInputPreferred

public interface PositionalInputPreferred
Indicates that the component will be used primarily by the user selecting x,y coordinates within the component. The component should receive MOUSE_ENTER and MOUSE_EXIT events when the user navigates to it. The system should provide some mechanism for selecting specific x,y coordinates within the component's bounds, and provide mouse movement events. The platform should decide if selection of x,y coordinate begins when the user navigates to the component or when the user selects the component. In either case, the component should receive a MOUSE_DOWN and MOUSE_UP event with the selected coordinates.

See Also:
KeyboardInputPreferred, NoInputPreferred, PositionalInputPreferred


All Packages  Class Hierarchy  This Package  Previous  Next  Index