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

Uses of Interface org.netbeans.api.visual.anchor.Anchor.Entry (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

Uses of Interface
org.netbeans.api.visual.anchor.Anchor.Entry

Packages that use Anchor.Entry
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 Anchor.Entry in org.netbeans.api.visual.anchor
 

Methods in org.netbeans.api.visual.anchor that return types with arguments of type Anchor.Entry
 List<Anchor.Entry> Anchor.getEntries()
          Returns a list of registered entries
 

Methods in org.netbeans.api.visual.anchor with parameters of type Anchor.Entry
 void Anchor.addEntry(Anchor.Entry entry)
          Called by ConnectionWidget to register the usage of the anchor.
abstract  Anchor.Result Anchor.compute(Anchor.Entry entry)
          Computes a result (position and direction) for a specific entry.
 Point Anchor.getOppositeSceneLocation(Anchor.Entry entry)
          Returns a scene location of a related widget of an opposite anchor.
protected  void Anchor.notifyEntryAdded(Anchor.Entry entry)
          Notifies when an entry is registered
protected  void Anchor.notifyEntryRemoved(Anchor.Entry entry)
          Notifies when an entry is unregistered
 void Anchor.removeEntry(Anchor.Entry entry)
          Called by ConnectionWidget to unregister the usage of the anchor.
 

Method parameters in org.netbeans.api.visual.anchor with type arguments of type Anchor.Entry
 void Anchor.addEntries(List<Anchor.Entry> entries)
          Registers multiple entries at once.
 void Anchor.removeEntries(List<Anchor.Entry> entries)
          Unregisters multiple entries at once.
 

Uses of Anchor.Entry in org.netbeans.api.visual.vmd
 

Methods in org.netbeans.api.visual.vmd with parameters of type Anchor.Entry
 Anchor.Result VMDNodeAnchor.compute(Anchor.Entry entry)
          Computes a result (position and direction) for a specific entry.
protected  void VMDNodeAnchor.notifyEntryAdded(Anchor.Entry entry)
          Notifies when an entry is registered
protected  void VMDNodeAnchor.notifyEntryRemoved(Anchor.Entry entry)
          Notifies when an entry is unregistered
 

Uses of Anchor.Entry in org.netbeans.api.visual.widget
 

Methods in org.netbeans.api.visual.widget that return Anchor.Entry
 Anchor.Entry ConnectionWidget.getSourceAnchorEntry()
          Returns an anchor entry representing the source of the connection widget.
 Anchor.Entry ConnectionWidget.getTargetAnchorEntry()
          Returns an anchor entry representing the target of the connection widget.
 


org.netbeans.api.visual 2.2

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