public interface IClasspathContainerPageExtension
IClasspathContainerPage
can
optionally implement IClasspathContainerPageExtension
to get additional
information about the context when the page is opened. Method initialize()
is called before IClasspathContainerPage.setSelection
.Modifier and Type | Method and Description |
---|---|
void |
initialize(IJavaProject project,
IClasspathEntry[] currentEntries)
Method
initialize() is called before IClasspathContainerPage.setSelection
to give additional information about the context the classpath container entry is configured in. |
void initialize(IJavaProject project, IClasspathEntry[] currentEntries)
initialize()
is called before IClasspathContainerPage.setSelection
to give additional information about the context the classpath container entry is configured in. This information
only reflects the underlying dialogs current selection state. The user still can make changes after the
the classpath container pages has been closed or decide to cancel the operation.project
- The project the new or modified entry is added to. The project does not have to exist.
Project can be null
.currentEntries
- The class path entries currently selected to be set as the projects classpath. This can also
include the entry to be edited.
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.