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 Platform
Release 3.5

org.eclipse.ui.views.properties
Class PropertyColumnLabelProvider


java.lang.Object
  extended by 

org.eclipse.core.commands.common.EventManager
      extended by 

org.eclipse.jface.viewers.BaseLabelProvider
          extended by 

org.eclipse.jface.viewers.CellLabelProvider
              extended by 

org.eclipse.jface.viewers.ColumnLabelProvider
                  extended by 
org.eclipse.ui.views.properties.PropertyColumnLabelProvider
All Implemented Interfaces:
IBaseLabelProvider, IColorProvider, IFontProvider, ILabelProvider

public class PropertyColumnLabelProvider
extends ColumnLabelProvider

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.

Since:
3.3
See Also:
IPropertyDescriptor.getLabelProvider(), PropertyEditingSupport

Field Summary
protected   Object propertyID
           
protected   IPropertySourceProvider propertySourceProvider
           
 
Constructor Summary
PropertyColumnLabelProvider ( IPropertySourceProvider propertySourceProvider, Object propertyID)
          Creates a new instance based on the given property source provider and property id.
 
Method Summary
  Image getImage ( Object object)
          Returns the image for the label of the given element.
  String getText ( Object object)
          Returns the text for the label of the given element.
 
Methods inherited from class org.eclipse.jface.viewers. ColumnLabelProvider
getBackground, getFont, getForeground, update
 
Methods inherited from class org.eclipse.jface.viewers. CellLabelProvider
dispose, getToolTipBackgroundColor, getToolTipDisplayDelayTime, getToolTipFont, getToolTipForegroundColor, getToolTipImage, getToolTipShift, getToolTipStyle, getToolTipText, getToolTipTimeDisplayed, initialize, useNativeToolTip
 
Methods inherited from class org.eclipse.jface.viewers. BaseLabelProvider
addListener, dispose, fireLabelProviderChanged, isLabelProperty, removeListener
 
Methods inherited from class org.eclipse.core.commands.common. EventManager
addListenerObject, clearListeners, getListeners, isListenerAttached, removeListenerObject
 
Methods inherited from class java.lang. Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.jface.viewers. IBaseLabelProvider
addListener, dispose, isLabelProperty, removeListener
 

Field Detail

propertySourceProvider

protected 
IPropertySourceProvider propertySourceProvider

propertyID

protected 
Object propertyID
Constructor Detail

PropertyColumnLabelProvider

public PropertyColumnLabelProvider(
IPropertySourceProvider propertySourceProvider,
                                   
Object propertyID)
Creates a new instance based on the given property source provider and property id.

Parameters:
propertySourceProvider - the property source provider
propertyID - the property id
Method Detail

getText

public 
String getText(
Object object)
Description copied from interface: ILabelProvider
Returns the text for the label of the given element.

Specified by:
getText in interface ILabelProvider
Overrides:
getText in class ColumnLabelProvider
Parameters:
object - the element for which to provide the label text
Returns:
the text string used to label the element, or null if there is no text label for the given object

getImage

public 
Image getImage(
Object object)
Description copied from interface: ILabelProvider
Returns the image for the label of the given element. The image is owned by the label provider and must not be disposed directly. Instead, dispose the label provider when no longer needed.

Specified by:
getImage in interface ILabelProvider
Overrides:
getImage in class ColumnLabelProvider
Parameters:
object - the element for which to provide the label image
Returns:
the image used to label the element, or null if there is no image for the given object

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