Interface IPropertySheetPageFactory
-
public interface IPropertySheetPageFactory
A factory to create a newIPropertySheetPage
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IPropertySheetPage
create(IWorkbenchPart workbenchPart)
Creates a newIPropertySheetPage
for the givenIWorkbenchPart
.
-
-
-
Method Detail
-
create
IPropertySheetPage create(IWorkbenchPart workbenchPart)
Creates a newIPropertySheetPage
for the givenIWorkbenchPart
.- Parameters:
workbenchPart
- TheIWorkbenchPart
thisIPropertySheetPage
is related to.- Returns:
- A new
IPropertySheetPage
instance.
-
-