public interface IClasspathContainerPageExtension2
IClasspathContainerPage
can
optionally implement IClasspathContainerPageExtension2
to return more
than one element when creating new containers. If implemented, the method getNewContainers()
is used instead of the method IClasspathContainerPage.getSelection()
to get the
newly selected containers. IClasspathContainerPage.getSelection()
is still used
for edited elements.Modifier and Type | Method and Description |
---|---|
IClasspathEntry[] |
getNewContainers()
Method
getNewContainers() is called instead of IClasspathContainerPage.getSelection()
to get the newly added containers. |
IClasspathEntry[] getNewContainers()
getNewContainers()
is called instead of IClasspathContainerPage.getSelection()
to get the newly added containers. IClasspathContainerPage.getSelection()
is still used
to get the edited elements.IClasspathEntry.CPE_CONTAINER
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.