|
org.netbeans.api.visual 2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Widget.Dependency | |
|---|---|
| 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. |
| Uses of Widget.Dependency in org.netbeans.api.visual.anchor |
|---|
| Classes in org.netbeans.api.visual.anchor that implement Widget.Dependency | |
|---|---|
class |
Anchor
This class represents an anchor for connections. |
| Uses of Widget.Dependency in org.netbeans.api.visual.vmd |
|---|
| Classes in org.netbeans.api.visual.vmd that implement Widget.Dependency | |
|---|---|
class |
VMDNodeAnchor
This class represents a node anchor used in VMD visualization style. |
| Uses of Widget.Dependency in org.netbeans.api.visual.widget |
|---|
| Methods in org.netbeans.api.visual.widget with parameters of type Widget.Dependency | |
|---|---|
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. |
|
org.netbeans.api.visual 2.2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||