|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Component.Focusable
Interface implemented by components which can obtain input focus.
| Method Summary | |
|---|---|
void |
focus()
Sets the focus to this component. |
long |
getFocusableId()
Gets the unique ID of focusable. |
int |
getTabIndex()
Gets the Tabulator index of this Focusable component. |
void |
setTabIndex(int tabIndex)
Sets the Tabulator index of this Focusable component. |
| Method Detail |
|---|
void focus()
int getTabIndex()
void setTabIndex(int tabIndex)
tabIndex - the Positive tab order of this focusable. Negative of zero
means unspecified tab order.long getFocusableId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||