org.netbeans.api.visual 2.21.1

org.netbeans.api.visual.action
Class WidgetAction.WidgetFocusEvent

java.lang.Object
  extended by 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
WidgetAction.WidgetFocusEvent(long id, FocusEvent event)
          Creates a focus event.
 
Method Summary
 long getEventID()
          Returns an event id.
 Object getOppositeComponent()
           
 boolean isTemporary()
           
 String paramString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WidgetAction.WidgetFocusEvent

public WidgetAction.WidgetFocusEvent(long id,
                                     FocusEvent event)
Creates a focus event.

Parameters:
id - the event id
event - the Swing event
Method Detail

getEventID

public long getEventID()
Returns an event id.

Specified by:
getEventID in interface WidgetAction.WidgetEvent
Returns:
the event id

getOppositeComponent

public Object getOppositeComponent()
See Also:
FocusEvent

paramString

public String paramString()
See Also:
FocusEvent

isTemporary

public boolean isTemporary()
See Also:
FocusEvent

org.netbeans.api.visual 2.21.1

Built on July 6 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.