首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
A-Index (Visual Library API) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.visual 2.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
A
accept(Widget, Point, Transferable)
- Method in interface org.netbeans.api.visual.action.
AcceptProvider
Handles the drop of a transferable.
acceptDrag(int)
- Method in class org.netbeans.api.visual.action.
WidgetAction.WidgetDropTargetDragEvent
acceptDrop(int)
- Method in class org.netbeans.api.visual.action.
WidgetAction.WidgetDropTargetDropEvent
AcceptProvider
- Interface in
org.netbeans.api.visual.action
This interface controls an accept (drag & drop) action.
ActionFactory
- Class in
org.netbeans.api.visual.action
The factory class of all built-in actions.
addAction(WidgetAction)
- Method in class org.netbeans.api.visual.action.
WidgetAction.Chain
Adds an action.
addAction(int, WidgetAction)
- Method in class org.netbeans.api.visual.action.
WidgetAction.Chain
Adds an action at a specific index
addAnimatorListener(AnimatorListener)
- Method in class org.netbeans.api.visual.animator.
Animator
Adds an animator listener to the animator.
addChild(Widget)
- Method in class org.netbeans.api.visual.widget.
Widget
Adds a child widget as the last one.
addChild(Widget, Object)
- Method in class org.netbeans.api.visual.widget.
Widget
Adds a child widget as the last one.
addChild(int, Widget)
- Method in class org.netbeans.api.visual.widget.
Widget
Adds a child at a specified index
addChild(int, Widget, Object)
- Method in class org.netbeans.api.visual.widget.
Widget
Adds a child at a specified index
addChildren(List<? extends Widget>)
- Method in class org.netbeans.api.visual.widget.
Widget
Adds all children in a specified list.
addDependency(Widget.Dependency)
- Method in class org.netbeans.api.visual.widget.
Widget
Adds a dependency listener which is notified when the widget placement or boundary is going to be changed or similar thing happens to its parent widget.
addEdge(E)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Adds an edge.
addEdge(E)
- Method in class org.netbeans.api.visual.graph.
GraphScene
Adds an edge.
addEntries(List<Anchor.Entry>)
- Method in class org.netbeans.api.visual.anchor.
Anchor
Registers multiple entries at once.
addEntry(Anchor.Entry)
- Method in class org.netbeans.api.visual.anchor.
Anchor
Called by ConnectionWidget to register the usage of the anchor.
addGraphLayoutListener(GraphLayoutListener<N, E>)
- Method in class org.netbeans.api.visual.graph.layout.
GraphLayout
Adds a graph layout listener.
addListener(StateModel.Listener)
- Method in class org.netbeans.api.visual.model.
StateModel
Adds a listener of a state value changed.
addNode(N)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Adds a node.
addNode(N)
- Method in class org.netbeans.api.visual.graph.
GraphScene
Adds a node.
addObject(Object, Widget...)
- Method in class org.netbeans.api.visual.model.
ObjectScene
Adds a mapping between an object and a widget.
addObjectSceneListener(ObjectSceneListener, ObjectSceneEventType...)
- Method in class org.netbeans.api.visual.model.
ObjectScene
Adds object scene listener for specified object scene event types.
addPin(N, P)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Adds a pin and assigns it to a specified node.
addRemoveControlPoint(Point)
- Method in class org.netbeans.api.visual.widget.
FreeConnectionWidget
Adds or removes a control point on a specified location
addSceneListener(Scene.SceneListener)
- Method in class org.netbeans.api.visual.widget.
Scene
Registers a scene listener.
AlignWithMoveDecorator
- Interface in
org.netbeans.api.visual.action
This interface decorates of a align-with move action.
AlignWithWidgetCollector
- Interface in
org.netbeans.api.visual.action
This interface is used for collecting regions for which the moving widget has to be checked.
Anchor
- Class in
org.netbeans.api.visual.anchor
This class represents an anchor for connections.
Anchor(Widget)
- Constructor for class org.netbeans.api.visual.anchor.
Anchor
Creates an anchor that is related to a widget.
Anchor.Direction
- Enum in
org.netbeans.api.visual.anchor
The direction of the anchor.
Anchor.Entry
- Interface in
org.netbeans.api.visual.anchor
Represents a place where an anchor is used.
Anchor.Result
- Class in
org.netbeans.api.visual.anchor
Represents calculated scene location and orthogonal direction(s) of an anchor.
Anchor.Result(Point, Anchor.Direction)
- Constructor for class org.netbeans.api.visual.anchor.
Anchor.Result
Creates a result with calculated scene location and single direction.
Anchor.Result(Point, EnumSet<Anchor.Direction>)
- Constructor for class org.netbeans.api.visual.anchor.
Anchor.Result
Creates a result with calculated scene location and possible directions.
AnchorFactory
- Class in
org.netbeans.api.visual.anchor
This is a factory of all built-in anchor implementations.
AnchorFactory.DirectionalAnchorKind
- Enum in
org.netbeans.api.visual.anchor
Represents possible orthogonal directions used by directional anchor.
AnchorShape
- Interface in
org.netbeans.api.visual.anchor
Represents an anchor shape which is rendered at the source and the target point of a connection widget where the shape is used.
AnchorShapeFactory
- Class in
org.netbeans.api.visual.anchor
The factory class of all built-in anchor shapes.
animateBackgroundColor(Widget, Color)
- Method in class org.netbeans.api.visual.animator.
SceneAnimator
Starts backgroundColor animation for a specified widget.
animateForegroundColor(Widget, Color)
- Method in class org.netbeans.api.visual.animator.
SceneAnimator
Starts foregroundColor animation for a specified widget.
animatePreferredBounds(Widget, Rectangle)
- Method in class org.netbeans.api.visual.animator.
SceneAnimator
Starts preferredBounds animation for a specified widget.
animatePreferredLocation(Widget, Point)
- Method in class org.netbeans.api.visual.animator.
SceneAnimator
Starts preferredLocation animation for a specified widget.
animateZoomFactor(double)
- Method in class org.netbeans.api.visual.animator.
SceneAnimator
Starts zoomFactor animation.
Animator
- Class in
org.netbeans.api.visual.animator
Represents an animator.
Animator(SceneAnimator)
- Constructor for class org.netbeans.api.visual.animator.
Animator
Creates an animator and assigns a scene animator.
AnimatorEvent
- Class in
org.netbeans.api.visual.animator
This is an animator event which is used by
AnimatorListener
.
animatorFinished(AnimatorEvent)
- Method in interface org.netbeans.api.visual.animator.
AnimatorListener
Called when an animator is finished - means it was running for 500+ms.
AnimatorListener
- Interface in
org.netbeans.api.visual.animator
This interface is used for notifying about important events on
Animator
.
animatorPostTick(AnimatorEvent)
- Method in interface org.netbeans.api.visual.animator.
AnimatorListener
Called immediately after the animator performs a tick of an animation.
animatorPreTick(AnimatorEvent)
- Method in interface org.netbeans.api.visual.animator.
AnimatorListener
Called immediately before the animator performs a tick of an animation.
animatorReset(AnimatorEvent)
- Method in interface org.netbeans.api.visual.animator.
AnimatorListener
Called when an animator is changed, so the animation has to be restarted.
animatorStarted(AnimatorEvent)
- Method in interface org.netbeans.api.visual.animator.
AnimatorListener
Called when an animator is invoked to be started.
attachEdgeSourceAnchor(E, P, P)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Called by the setEdgeSource method to notify about the changing the edge source in the graph model.
attachEdgeSourceAnchor(E, N, N)
- Method in class org.netbeans.api.visual.graph.
GraphScene
Called by the setEdgeSource method to notify about the changing the edge source in the graph model.
attachEdgeSourceAnchor(String, String, String)
- Method in class org.netbeans.api.visual.vmd.
VMDGraphScene
Attaches an anchor of a source pin an edge.
attachEdgeTargetAnchor(E, P, P)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Called by the setEdgeTarget method to notify about the changing the edge target in the graph model.
attachEdgeTargetAnchor(E, N, N)
- Method in class org.netbeans.api.visual.graph.
GraphScene
Called by the setEdgeTarget method to notify about the changing the edge target in the graph model.
attachEdgeTargetAnchor(String, String, String)
- Method in class org.netbeans.api.visual.vmd.
VMDGraphScene
Attaches an anchor of a target pin an edge.
attachEdgeWidget(E)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Called by the addEdge method before the edge is registered to acquire a widget that is going to represent the edge in the scene.
attachEdgeWidget(E)
- Method in class org.netbeans.api.visual.graph.
GraphScene
Called by the addEdge method before the edge is registered to acquire a widget that is going to represent the edge in the scene.
attachEdgeWidget(String)
- Method in class org.netbeans.api.visual.vmd.
VMDGraphScene
Implements attaching a widget to an edge.
attachNodeWidget(N)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Called by the addNode method before the node is registered to acquire a widget that is going to represent the node in the scene.
attachNodeWidget(N)
- Method in class org.netbeans.api.visual.graph.
GraphScene
Called by the addNode method before the node is registered to acquire a widget that is going to represent the node in the scene.
attachNodeWidget(String)
- Method in class org.netbeans.api.visual.vmd.
VMDGraphScene
Implements attaching a widget to a node.
attachPinWidget(N, P)
- Method in class org.netbeans.api.visual.graph.
GraphPinScene
Called by the addPin method before the pin is registered to acquire a widget that is going to represent the pin in the scene.
attachPinWidget(String, String)
- Method in class org.netbeans.api.visual.vmd.
VMDGraphScene
Implements attaching a widget to a pin.
attachPinWidget(Widget)
- Method in class org.netbeans.api.visual.vmd.
VMDNodeWidget
Attaches a pin widget to the node widget.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.api.visual 2.2
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
Built on May 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.