Interface MutableContainer

    • Method Detail

      • add

        void add​(WComponent component)
        Adds the given component as a "shared" child of this component.
        Parameters:
        component - the component to add.
      • remove

        void remove​(WComponent aChild)
        Removes the given component from this components "shared" list of children.
        Parameters:
        aChild - the child component to remove
      • removeAll

        void removeAll()
        Removes all the "shared" children from this component.