首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
V-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
V
validate()
- Method in class org.netbeans.api.visual.widget.
Scene
Validates all widget in the whole scene.
valueOf(String)
- Static method in enum org.netbeans.api.visual.action.
ConnectorState
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.action.
InplaceEditorProvider.ExpansionDirection
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.action.
ResizeProvider.ControlPoint
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.anchor.
Anchor.Direction
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.anchor.
AnchorFactory.DirectionalAnchorKind
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.layout.
LayoutFactory.ConnectionWidgetLayoutAlignment
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.layout.
LayoutFactory.SerialAlignment
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.model.
ObjectSceneEventType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.widget.
EventProcessingType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.widget.general.
IconNodeWidget.TextOrientation
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.widget.
LabelWidget.Alignment
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.widget.
LabelWidget.Orientation
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.widget.
LabelWidget.VerticalAlignment
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum org.netbeans.api.visual.widget.
SeparatorWidget.Orientation
Returns the enum constant of this type with the specified name.
values()
- Static method in enum org.netbeans.api.visual.action.
ConnectorState
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.action.
InplaceEditorProvider.ExpansionDirection
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.action.
ResizeProvider.ControlPoint
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.anchor.
Anchor.Direction
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.anchor.
AnchorFactory.DirectionalAnchorKind
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.layout.
LayoutFactory.ConnectionWidgetLayoutAlignment
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.layout.
LayoutFactory.SerialAlignment
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.model.
ObjectSceneEventType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.widget.
EventProcessingType
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.widget.general.
IconNodeWidget.TextOrientation
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.widget.
LabelWidget.Alignment
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.widget.
LabelWidget.Orientation
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.widget.
LabelWidget.VerticalAlignment
Returns an array containing the constants of this enum type, in the order they're declared.
values()
- Static method in enum org.netbeans.api.visual.widget.
SeparatorWidget.Orientation
Returns an array containing the constants of this enum type, in the order they're declared.
VMDConnectionWidget
- Class in
org.netbeans.api.visual.vmd
This class represents a connection widget in the VMD visualization style.
VMDConnectionWidget(Scene, Router)
- Constructor for class org.netbeans.api.visual.vmd.
VMDConnectionWidget
Creates a connection widget.
VMDFactory
- Class in
org.netbeans.api.visual.vmd
Used as a factory class for objects defined in VMD visualization style.
VMDGlyphSetWidget
- Class in
org.netbeans.api.visual.vmd
This widget represents a list of glyphs rendered horizontally one after another.
VMDGlyphSetWidget(Scene)
- Constructor for class org.netbeans.api.visual.vmd.
VMDGlyphSetWidget
Creates a glyph set widget.
VMDGraphScene
- Class in
org.netbeans.api.visual.vmd
This class represents a GraphPinScene for the VMD visualization style.
VMDGraphScene()
- Constructor for class org.netbeans.api.visual.vmd.
VMDGraphScene
Creates a VMD graph scene.
VMDMinimizeAbility
- Interface in
org.netbeans.api.visual.vmd
This interface represents an ability to collapse and expand a widget.
VMDNodeAnchor
- Class in
org.netbeans.api.visual.vmd
This class represents a node anchor used in VMD visualization style.
VMDNodeAnchor(Widget)
- Constructor for class org.netbeans.api.visual.vmd.
VMDNodeAnchor
Creates a node anchor with vertical direction.
VMDNodeAnchor(Widget, boolean)
- Constructor for class org.netbeans.api.visual.vmd.
VMDNodeAnchor
Creates a node anchor.
VMDNodeWidget
- Class in
org.netbeans.api.visual.vmd
This class represents a node widget in the VMD visualization style.
VMDNodeWidget(Scene)
- Constructor for class org.netbeans.api.visual.vmd.
VMDNodeWidget
Creates a node widget.
VMDPinWidget
- Class in
org.netbeans.api.visual.vmd
This class represents a pin widget in the VMD visualization style.
VMDPinWidget(Scene)
- Constructor for class org.netbeans.api.visual.vmd.
VMDPinWidget
Creates a pin 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.