站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Interface org.netbeans.api.visual.action.WidgetAction.WidgetEvent (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Interface
org.netbeans.api.visual.action.WidgetAction.WidgetEvent

Packages that use WidgetAction.WidgetEvent
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
 

Uses of WidgetAction.WidgetEvent in org.netbeans.api.visual.action
 

Subinterfaces of WidgetAction.WidgetEvent in org.netbeans.api.visual.action
static interface WidgetAction.WidgetLocationEvent
          Represents an location event used for controlling mouse location.
 

Classes in org.netbeans.api.visual.action that implement WidgetAction.WidgetEvent
static class WidgetAction.WidgetDropTargetDragEvent
          Represents a drop target drag event.
static class WidgetAction.WidgetDropTargetDropEvent
          Represents a drop target drop event.
static class WidgetAction.WidgetDropTargetEvent
          Represents a drop target event.
static class WidgetAction.WidgetFocusEvent
          Represents a focus event of a scene view.
static class WidgetAction.WidgetKeyEvent
          Represents a key event.
static class WidgetAction.WidgetMouseEvent
          Represents a mouse event.
static class WidgetAction.WidgetMouseWheelEvent
           
 


org.netbeans.api.visual 2.2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.