Uses of Interface
org.eclipse.ui.forms.IDetailsPage
-
Packages that use IDetailsPage Package Description org.eclipse.ui.forms 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 IDetailsPage Modifier and Type Method Description IDetailsPageDetailsPart. getCurrentPage()Returns the current page visible in the part.IDetailsPageIDetailsPageProvider. getPage(Object key)Returns the page for the provided key.Methods in org.eclipse.ui.forms with parameters of type IDetailsPage Modifier and Type Method Description voidDetailsPart. registerPage(Object objectClass, IDetailsPage page)Registers the details page to be used for all the objects of the provided object class.
-