org.netbeans.api.visual 2.21.1

org.netbeans.api.visual.vmd
Interface VMDMinimizeAbility

All Known Implementing Classes:
VMDNodeWidget

public interface VMDMinimizeAbility

This interface represents an ability to collapse and expand a widget. It is implemented by a VMDNodeWidget.


Method Summary
 void collapseWidget()
          Collapses the widget.
 void expandWidget()
          Expands the widget.
 

Method Detail

collapseWidget

void collapseWidget()
Collapses the widget.


expandWidget

void expandWidget()
Expands the widget.


org.netbeans.api.visual 2.21.1

Built on September 10 2010.  |  Portions Copyright 1997-2010 Sun Microsystems, Inc. All rights reserved.