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

    Modifier and Type
    Method
    Description
    void
    Collapses the widget.
    void
    Expands the widget.
  • Method Details

    • collapseWidget

      void collapseWidget()
      Collapses the widget.
    • expandWidget

      void expandWidget()
      Expands the widget.