Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

Eclipse Plug-in Developer Guide
Previous Page Home Next Page


Eclipse Platform
Release 3.5

Package org.eclipse.ui.views.properties

Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.

See:
           Description

Interface Summary
IPropertyDescriptor A descriptor for a property to be presented by a standard property sheet page (PropertySheetPage).
IPropertySheetEntry IPropertySheetEntry describes the model interface for the property sheet.
IPropertySheetEntryListener Listener for changes in objects of type IPropertySheetEntry.
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).
IPropertySource2 Extension to the standard IPropertySource interface.
IPropertySourceProvider Interface used by PropertySheetEntry to obtain an IPropertySource for a given object.
IResourcePropertyConstants This interface documents the property constants used by the resource property source.
 

Class Summary
ColorPropertyDescriptor Descriptor for a property that has a color value which should be edited with a color cell editor.
ComboBoxLabelProvider An ILabelProvider that assists in rendering labels for ComboBoxPropertyDescriptors.
ComboBoxPropertyDescriptor Descriptor for a property that has a value which should be edited with a combo box cell editor.
FilePropertySource The FilePropertySource gives the extra information that is shown for files
NewPropertySheetHandler  
PinPropertySheetAction Pins the properties view instance to the current selection.
PropertyColumnLabelProvider A column label provider that returns label text and images based on a IPropertySourceProvider, forwarding requests for text and image to the label provider returned from the property descriptor for the given property id.
PropertyDescriptor Standard implementation for property descriptors.
PropertyEditingSupport A concrete subclass of EditingSupport that implements cell editing support for column-based viewers (such as e.g.
PropertySheet Main class for the Property Sheet View.
PropertySheetEntry PropertySheetEntry is an implementation of IPropertySheetEntry which uses IPropertySource and IPropertyDescriptor to interact with domain model objects.
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.
PropertySheetSorter Class used by PropertySheetPage to sort properties.
PropertyShowInContext  
ResourcePropertySource A Resource property source.
TextPropertyDescriptor Descriptor for a property that has a value which should be edited with a text cell editor.
 

Package org.eclipse.ui.views.properties Description

Provides the standard Property Sheet view which displays custom properties of the active workbench part's current selection.
 


Eclipse Platform
Release 3.5

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire