Uses of Package
org.eclipse.ui.views.properties
-
Packages that use org.eclipse.ui.views.properties 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.org.eclipse.ui.views.properties.tabbed Provides the Tabbed Properties framework. -
Classes in org.eclipse.ui.views.properties used by org.eclipse.ui.views.properties Class Description IPropertyDescriptor A descriptor for a property to be presented by a standard property sheet page (PropertySheetPage).IPropertySheetEntry IPropertySheetEntrydescribes the model interface for the property sheet.IPropertySheetEntryListener Listener for changes in objects of typeIPropertySheetEntry.IPropertySheetPage Interface for a property sheet page that appears in a property sheet view.IPropertySource Interface to an object which is capable of supplying properties for display by the standard property sheet page implementation (PropertySheetPage).IPropertySourceProvider Interface used byPropertySheetEntryto obtain anIPropertySourcefor a given object.PropertyDescriptor Standard implementation for property descriptors.PropertySheet Main class for the Property Sheet View.PropertySheetEntry PropertySheetEntryis an implementation ofIPropertySheetEntrywhich usesIPropertySourceandIPropertyDescriptorto interact with domain model objects.PropertySheetSorter Class used byPropertySheetPageto sort properties.PropertyShowInContext ResourcePropertySource A Resource property source. -
Classes in org.eclipse.ui.views.properties used by org.eclipse.ui.views.properties.tabbed Class Description IPropertySheetPage Interface for a property sheet page that appears in a property sheet view.PropertySheetPage The standard implementation of property sheet page which presents a table of property names and values obtained from the current selection in the active workbench part.