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 PropertySheetEntryPropertySheetEntry.createChildEntry()Factory method to create a new childPropertySheetEntryinstance.protected PropertySheetEntryPropertySheetEntry.getParent()Returns the parent of this entry.Methods in org.eclipse.ui.views.properties with parameters of type PropertySheetEntryModifier and TypeMethodDescriptionprotected voidPropertySheetEntry.valueChanged(PropertySheetEntry child) The value of the given child entry has changed.