Interface IWorkbenchPropertyPageMulti

All Superinterfaces:
IDialogPage, IPreferencePage

public interface IWorkbenchPropertyPageMulti extends IPreferencePage
This interface is similar to IWorkbenchPropertyPage with the addition of support for multiple selection.
Since:
3.7
See Also:
  • Method Details

    • setElements

      void setElements(IAdaptable[] elements)
      Sets the elements that own properties shown on this page. This method will be called if the property page responds to multiple selection.
      Parameters:
      elements - objects that own the properties shown in this page