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

Widget.Dependency (Visual Library API) - NetBeans API Javadoc (Current Development Version)

org.netbeans.api.visual 2.2

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

All Known Implementing Classes:
Anchor, VMDNodeAnchor
Enclosing class:
Widget

public static interface Widget.Dependency

The dependency listener which is used for notifying dependent widgets, anchor, ... that the widget (or one of its parent widget) location or bounds are going to or were changed.


Method Summary
 void revalidateDependency()
          Called when the widget (or one of its parent widget) location or bounds are going to or were changed.
 

Method Detail

revalidateDependency

void revalidateDependency()
Called when the widget (or one of its parent widget) location or bounds are going to or were changed.


org.netbeans.api.visual 2.2

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