| nextapp.echo2.app.DelegateFocusSupport
DelegateFocusSupport | public interface DelegateFocusSupport (Code) | | Interface to provide capability for composite components to delegate focus
to a specific child.
|
Method Summary | |
public Component | getFocusComponent() Returns the Component that should receive the focus when
this Component is focused, enabling composite components to
specify a specific child to be focused. |
getFocusComponent | public Component getFocusComponent()(Code) | | Returns the Component that should receive the focus when
this Component is focused, enabling composite components to
specify a specific child to be focused.
the Component that should receive the focus when this Component is focused |
|
|