add All
Adds all ComponentViews passed as varargs to this Pane.
Whenever a ComponentView is encountered, that is already contained, an IllegalArgumentException is thrown and no further ComponentView is added.
Parameters
components
Vararg ComponentViews to add.
Throws
If an ComponentView is already contained.
Adds all ComponentViews contained in collection to this Pane.
Whenever an ComponentView is encountered, that is already contained, an IllegalArgumentException is thrown and no further ComponentView is added.
Parameters
collection
Collection containing the ComponentViews to add.
Throws
If an ComponentView is already contained.