IProjectPropertyPanel Interface

com.bea.ide.workspace
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

Method Summary

public void
setProject(IProject project)
Sets the project that this panel should load and store preferences to.
 
Methods from interface com.bea.ide.workspace.IPropertyPanel
cancel, loadProperties, storeProperties, validateEntries
   

Method Detail

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().