Interface IPropertySheetPageFactory
public interface IPropertySheetPageFactory
A factory to create a new
IPropertySheetPage
.-
Method Summary
Modifier and TypeMethodDescriptioncreate
(IWorkbenchPart workbenchPart) Creates a newIPropertySheetPage
for the givenIWorkbenchPart
.
-
Method Details
-
create
Creates a newIPropertySheetPage
for the givenIWorkbenchPart
.- Parameters:
workbenchPart
- TheIWorkbenchPart
thisIPropertySheetPage
is related to.- Returns:
- A new
IPropertySheetPage
instance.
-