Interface AffectedSet


public interface AffectedSet
A set given to various methods which are changing the Mode of Dockables. These methods have to add their modified Dockables to the set.
Author:
Benjamin Sigg
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    add(Dockable dockable)
    Stores dockable and all its children in the set.
  • Method Details

    • add

      void add(Dockable dockable)
      Stores dockable and all its children in the set.
      Parameters:
      dockable - the new element, null will be ignored