Interface MinimizeAbility
- All Known Implementing Classes:
NodeWidget
public interface MinimizeAbility
This interface represents an ability to collapse and expand a widget. It is
implemented by a VMDNodeWidget.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCollapses the widget.voidExpands the widget.
-
Method Details
-
collapseWidget
void collapseWidget()Collapses the widget. -
expandWidget
void expandWidget()Expands the widget.
-