Uses of Interface
org.eclipse.ui.forms.IDetailsPage
Packages that use IDetailsPage
Package
Description
Forms-based controls for use in views, editors, and wizards.
-
Uses of IDetailsPage in org.eclipse.ui.forms
Methods in org.eclipse.ui.forms that return IDetailsPageModifier and TypeMethodDescriptionDetailsPart.getCurrentPage()Returns the current page visible in the part.Returns the page for the provided key.Methods in org.eclipse.ui.forms with parameters of type IDetailsPageModifier and TypeMethodDescriptionvoidDetailsPart.registerPage(Object objectClass, IDetailsPage page) Registers the details page to be used for all the objects of the provided object class.