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.jface.viewers
Class NamedHandleObjectLabelProvider


java.lang.Object
  extended by 

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

org.eclipse.jface.viewers.BaseLabelProvider
          extended by 

org.eclipse.jface.viewers.LabelProvider
              extended by 
org.eclipse.jface.viewers.NamedHandleObjectLabelProvider
All Implemented Interfaces:
IBaseLabelProvider, ILabelProvider

public final class NamedHandleObjectLabelProvider
extends LabelProvider

A label provider for instances of NamedHandlerObject, which exposes the name as the label.

Since:
3.2

Constructor Summary
NamedHandleObjectLabelProvider ()
           
 
Method Summary
  String getText ( Object element)
          The text of the element is simply the name of the element if its a defined instance of NamedHandleObject.
 
Methods inherited from class org.eclipse.jface.viewers. LabelProvider
getImage
 
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
 

Constructor Detail

NamedHandleObjectLabelProvider

public NamedHandleObjectLabelProvider()
Method Detail

getText

public final 
String getText(
Object element)
The text of the element is simply the name of the element if its a defined instance of NamedHandleObject. Otherwise, this method just returns null.

Specified by:
getText in interface ILabelProvider
Overrides:
getText in class LabelProvider
Parameters:
element - The element for which the text should be retrieved; may be null.
Returns:
the name of the handle object; null if there is no name or if the element is not a named handle 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