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

Uses of Interface org.netbeans.api.visual.widget.Widget.Dependency (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Interface
org.netbeans.api.visual.widget.Widget.Dependency

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

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