Package | Description |
---|---|
org.netbeans.api.visual.anchor |
This package contains
Anchor interface which is used by ConnectionWidget for defining its source and target point. |
org.netbeans.api.visual.vmd |
This package contains a VMD visualization style.
|
org.netbeans.api.visual.widget |
This package contains
Widget class. |
Modifier and Type | Class and Description |
---|---|
class |
Anchor
This class represents an anchor for connections.
|
Modifier and Type | Class and Description |
---|---|
class |
VMDNodeAnchor
This class represents a node anchor used in VMD visualization style.
|
Modifier and Type | Method and Description |
---|---|
void |
Widget.addDependency(Widget.Dependency dependency)
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.
|
void |
Widget.removeDependency(Widget.Dependency dependency)
Removes a dependency listener.
|