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

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

org.netbeans.api.visual 2.2

Uses of Package
org.netbeans.api.visual.action

Packages that use org.netbeans.api.visual.action
org.netbeans.api.visual.action This package contains ActionFactory class which is factory of all built-in widget-actions provided by the library. 
org.netbeans.api.visual.model This package contains ObjectScene class which is a scene with ability to register model-objects with widgets on the scene. 
org.netbeans.api.visual.widget This package contains Widget class. 
 

Classes in org.netbeans.api.visual.action used by org.netbeans.api.visual.action
AcceptProvider
          This interface controls an accept (drag & drop) action.
AlignWithMoveDecorator
          This interface decorates of a align-with move action.
AlignWithWidgetCollector
          This interface is used for collecting regions for which the moving widget has to be checked.
ConnectDecorator
          This interface decorates a connect action.
ConnectorState
          This enum is used in ConnectProvider and ReconnectProvider to hold a state of connector (acceptability and searching state).
ConnectProvider
          This interface controls a connect action.
CycleFocusProvider
          This interface provides an ability for switching focus.
EditProvider
          This interface controls an edit action.
HoverProvider
          This interface controls hover action.
InplaceEditorProvider
          This interface controls an in-place editor of an in-place editor action.
InplaceEditorProvider.EditorController
          This is an interface of editor action supplied to the methods in the provider.
InplaceEditorProvider.ExpansionDirection
          Represents possible directions for expansion of an editor component.
MoveControlPointProvider
          This interface controls a move control point action.
MoveProvider
          This interface controls move action.
MoveStrategy
          This interfaces provides a movement strategy.
PopupMenuProvider
          This interface provides a popup menu.
ReconnectDecorator
          This interface decorates a reconnect action.
ReconnectProvider
          This interface controls a reconnect action.
RectangularSelectDecorator
          This interface decorates a rectangular select action.
RectangularSelectProvider
          This interface controls a rectangular select action.
ResizeControlPointResolver
          This interface is used by ResizeAction to resolve if and which control point is being dragged for particular resizing.
ResizeProvider
           
ResizeProvider.ControlPoint
          This enum represents a control point of a resize action.
ResizeStrategy
          This interface provides a resizing strategy.
SelectProvider
          This interface controls a select action.
TextFieldInplaceEditor
          This is an inteface for text-field based in-place editor.
TwoStateHoverProvider
          This interface provides a two-state logic for a hover action.
WidgetAction
          This interface is defining an action that is usually assigned to a widget.
WidgetAction.State
          Represents a state of event processing.
WidgetAction.WidgetDropTargetDragEvent
          Represents a drop target drag event.
WidgetAction.WidgetDropTargetDropEvent
          Represents a drop target drop event.
WidgetAction.WidgetDropTargetEvent
          Represents a drop target event.
WidgetAction.WidgetEvent
          Represents an widget event.
WidgetAction.WidgetFocusEvent
          Represents a focus event of a scene view.
WidgetAction.WidgetKeyEvent
          Represents a key event.
WidgetAction.WidgetLocationEvent
          Represents an location event used for controlling mouse location.
WidgetAction.WidgetMouseEvent
          Represents a mouse event.
WidgetAction.WidgetMouseWheelEvent
           
 

Classes in org.netbeans.api.visual.action used by org.netbeans.api.visual.model
WidgetAction
          This interface is defining an action that is usually assigned to a widget.
 

Classes in org.netbeans.api.visual.action used by org.netbeans.api.visual.widget
WidgetAction
          This interface is defining an action that is usually assigned to a widget.
WidgetAction.Chain
          Represents a chain of widget actions.
 


org.netbeans.api.visual 2.2

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