Class WidgetAction.WidgetFocusEvent
java.lang.Object
org.netbeans.api.visual.action.WidgetAction.WidgetFocusEvent
- All Implemented Interfaces:
WidgetAction.WidgetEvent
- Enclosing interface:
WidgetAction
public static final class WidgetAction.WidgetFocusEvent
extends Object
implements WidgetAction.WidgetEvent
Represents a focus event of a scene view.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns an event id.boolean
-
Constructor Details
-
WidgetFocusEvent
Creates a focus event.- Parameters:
id
- the event idevent
- the Swing event
-
-
Method Details
-
getEventID
public long getEventID()Returns an event id.- Specified by:
getEventID
in interfaceWidgetAction.WidgetEvent
- Returns:
- the event id
-
getOppositeComponent
- See Also:
-
paramString
- See Also:
-
isTemporary
public boolean isTemporary()- See Also:
-