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.WidgetEventpublic Object getOppositeComponent()
FocusEventpublic String paramString()
FocusEventpublic boolean isTemporary()
FocusEventBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.