IProjectPropertyPanel Interface
- public interface IProjectPropertyPanel
extends IPropertyPanel
All preference panels that are part of project preferences must
implement this interface. It adds a method that indicates
what project the user is setting preferences on.
-
All Superinterfaces
-
IPropertyPanel
public void |
-
setProject (IProject project)
- Sets the project that this panel should load and store
preferences to.
|
setProject(IProject) Method
public void setProject(IProject
project)
Sets the project that this panel should load and store
preferences to. This method will be called after construction
and before loadProperties().