:: com :: sun :: star :: awt ::

struct FocusEvent
Base Hierarchy
FocusEvent
 ┗ ::com::sun::star::lang::EventObject

Elements' Summary
FocusFlags specifies the reason for the focus change as an arithmetic-or combination of FocusChangeReason.  
NextFocus contains the window which gets the focus on a lose focus event.  
Temporary specifies if this focus change event is a temporary change.  
Elements' Details
FocusFlags
short FocusFlags;
Description
specifies the reason for the focus change as an arithmetic-or combination of FocusChangeReason.
See also
FocusChangeReason
NextFocus
::com::sun::star::uno::XInterface NextFocus;
Description
contains the window which gets the focus on a lose focus event.
Temporary
boolean Temporary;
Description
specifies if this focus change event is a temporary change.
Top of Page