Uses of Interface
org.eclipse.ui.views.properties.IPropertySheetEntry
Packages that use IPropertySheetEntry
Package
Description
Provides the standard Property Sheet view which displays
custom properties of the active workbench part's current selection.
-
Uses of IPropertySheetEntry in org.eclipse.ui.views.properties
Classes in org.eclipse.ui.views.properties that implement IPropertySheetEntryModifier and TypeClassDescriptionclassPropertySheetEntryis an implementation ofIPropertySheetEntrywhich usesIPropertySourceandIPropertyDescriptorto interact with domain model objects.Methods in org.eclipse.ui.views.properties that return IPropertySheetEntryModifier and TypeMethodDescriptionIPropertySheetEntry.getChildEntries()Returns the child entries for this entry.PropertySheetEntry.getChildEntries()Methods in org.eclipse.ui.views.properties with parameters of type IPropertySheetEntryModifier and TypeMethodDescriptionvoidIPropertySheetEntryListener.childEntriesChanged(IPropertySheetEntry node) A node's children have changed (children added or removed)intPropertySheetSorter.compare(IPropertySheetEntry entryA, IPropertySheetEntry entryB) Returns a negative, zero, or positive number depending on whether the first element is less than, equal to, or greater than the second element.voidIPropertySheetEntryListener.errorMessageChanged(IPropertySheetEntry entry) A entry's error message has changedvoidPropertySheetPage.setRootEntry(IPropertySheetEntry entry) Sets the given entry as the model for the page.voidPropertySheetSorter.sort(IPropertySheetEntry[] entries) Sorts the given elements in-place, modifying the given array.voidIPropertySheetEntryListener.valueChanged(IPropertySheetEntry entry) A entry's value has changed