Uses of Class
org.eclipse.ui.views.properties.PropertySheetEntry
Packages that use PropertySheetEntry
Package
Description
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of PropertySheetEntry in org.eclipse.ui.views.properties
Methods in org.eclipse.ui.views.properties that return PropertySheetEntryModifier and TypeMethodDescriptionprotected PropertySheetEntry
PropertySheetEntry.createChildEntry()
Factory method to create a new childPropertySheetEntry
instance.protected PropertySheetEntry
PropertySheetEntry.getParent()
Returns the parent of this entry.Methods in org.eclipse.ui.views.properties with parameters of type PropertySheetEntryModifier and TypeMethodDescriptionprotected void
PropertySheetEntry.valueChanged
(PropertySheetEntry child) The value of the given child entry has changed.