Interface StepCollection

    • Method Detail

      • add

        void add​(Component item)
        Add a Component to the collection.
        Parameters:
        item - Component to be added
        See Also:
        Component
      • remove

        void remove​(Component item)
        Add a Component to the collection.
        Parameters:
        item - Component to be removed.
        See Also:
        Component