All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.sun.awt.KeyboardInputPreferred

public interface KeyboardInputPreferred
Indicates that the component will be used primarily via keyboard input. Some platforms will respond by popping up an on-screen keyboard when the user navigates to or selects this component. The developer should ensure that Component.isFocusTraversable returns true for this component.

See Also:
ActionInputPreferred, NoInputPreferred, PositionalInputPreferred


All Packages  Class Hierarchy  This Package  Previous  Next  Index