All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.awt.ActionInputPreferred

public interface ActionInputPreferred
Indicates that a user can click on or otherwise "activate" a component by using the input device. The component should receive a MOUSE_ENTER event when the user navigates to the component, and a MOUSE_EXIT event when the user navigates from the component. It should receive a MOUSE_DOWN event followed by a MOUSE_UP event when the user selects it. The mouse coordinates for all events associated with this component will be the coordinates of the center of the component.

See Also:
KeyboardInputPreferred, NoInputPreferred, PositionalInputPreferred


All Packages  Class Hierarchy  This Package  Previous  Next  Index