Uses of Interface
org.eclipse.ui.views.properties.tabbed.ISectionDescriptor
-
Packages that use ISectionDescriptor Package Description org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
-
Uses of ISectionDescriptor in org.eclipse.ui.views.properties.tabbed
Classes in org.eclipse.ui.views.properties.tabbed that implement ISectionDescriptor Modifier and Type Class Description class
AbstractSectionDescriptor
An abstract implementation of a section descriptor for the tabbed property view.Methods in org.eclipse.ui.views.properties.tabbed that return ISectionDescriptor Modifier and Type Method Description ISectionDescriptor[]
ISectionDescriptorProvider. getSectionDescriptors()
Returns all section descriptors for the contributor.
-