public static final class WidgetAction.WidgetFocusEvent extends Object implements WidgetAction.WidgetEvent
Constructor and Description |
---|
WidgetFocusEvent(long id,
FocusEvent event)
Creates a focus event.
|
Modifier and Type | Method and Description |
---|---|
long |
getEventID()
Returns an event id.
|
Object |
getOppositeComponent() |
boolean |
isTemporary() |
String |
paramString() |
public WidgetFocusEvent(long id, FocusEvent event)
id
- the event idevent
- the Swing eventpublic long getEventID()
getEventID
in interface WidgetAction.WidgetEvent
public Object getOppositeComponent()
FocusEvent
public String paramString()
FocusEvent
public boolean isTemporary()
FocusEvent