sun.awt

Class CausedFocusEvent

public class CausedFocusEvent extends FocusEvent

Special FocusEvent for peers. This has additional knowledge about the cause of the focus change.
Nested Class Summary
static classCausedFocusEvent.Cause
Constructor Summary
CausedFocusEvent(Component c, int id, boolean temporary, Component opposite, CausedFocusEvent.Cause cause)
Method Summary
CausedFocusEvent.CausegetCause()

Constructor Detail

CausedFocusEvent

public CausedFocusEvent(Component c, int id, boolean temporary, Component opposite, CausedFocusEvent.Cause cause)

Method Detail

getCause

public CausedFocusEvent.Cause getCause()