Package org.eclipse.ui.views.properties
Interface IPropertySheetPage
- All Superinterfaces:
- EventListener,- IPage,- ISelectionListener
- All Known Implementing Classes:
- PropertySheetPage,- TabbedPropertySheetPage
Interface for a property sheet page that appears in a property sheet view.
 This interface defines the minimum requirement for pages within the
 property sheet view, namely they must be pages (implement 
IPage)
 be prepared to contribute actions to the property sheet view's tool bar
 and status line, and listen for selection changes in the active part.
 Clients may implement this interface from scratch if the property sheet viewer's default page is unsuitable for displaying a part's properties.
- See Also:
- 
Method SummaryMethods inherited from interface org.eclipse.ui.part.IPagecreateControl, dispose, getControl, setActionBars, setFocusMethods inherited from interface org.eclipse.ui.ISelectionListenerselectionChanged