Uses of Class
org.eclipse.ui.views.properties.PropertySheetEntry
-
Packages that use PropertySheetEntry Package Description org.eclipse.ui.views.properties 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 PropertySheetEntry Modifier and Type Method Description protected 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 PropertySheetEntry Modifier and Type Method Description protected void
PropertySheetEntry. valueChanged(PropertySheetEntry child)
The value of the given child entry has changed.
-