Eclipse Platform
Release 3.7

org.eclipse.ui
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:
IWorkbenchPropertyPage

Method Summary
 void setElements(IAdaptable[] elements)
          Sets the elements that own properties shown on this page.
 
Methods inherited from interface org.eclipse.jface.preference.IPreferencePage
computeSize, isValid, okToLeave, performCancel, performOk, setContainer, setSize
 
Methods inherited from interface org.eclipse.jface.dialogs.IDialogPage
createControl, dispose, getControl, getDescription, getErrorMessage, getImage, getMessage, getTitle, performHelp, setDescription, setImageDescriptor, setTitle, setVisible
 

Method Detail

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

Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2011. All rights reserved.