22 module
com { module sun { module star { module awt {
28 published constants FocusChangeReason
const long FORWARD
Changed Focus to the next control.
Definition: FocusChangeReason.idl:48
Definition: Ambiguous.idl:20
const long UNIQUEMNEMONIC
Focus changed because mnemonic key was pressed and this mnemonic is unique.
Definition: FocusChangeReason.idl:65
const long CURSOR
Focus changed because Key Left/Right/Up/Down was pressed.
Definition: FocusChangeReason.idl:38
const long TAB
Focus changed because TAB was pressed.
Definition: FocusChangeReason.idl:33
const long BACKWARD
Changed Focus to the previous control.
Definition: FocusChangeReason.idl:53
const long AROUND
Changed Focus forward from last to first or backward from first to last.
Definition: FocusChangeReason.idl:59
const long MNEMONIC
Focus changed because mnemonic key was pressed.
Definition: FocusChangeReason.idl:43