TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.analysis.core.ui.internal.providers
Class HistoryTreeLabelProvider

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.tptp.platform.analysis.core.ui.internal.providers.HistoryTreeLabelProvider
All Implemented Interfaces:
org.eclipse.jface.viewers.IBaseLabelProvider, org.eclipse.jface.viewers.ILabelProvider

public class HistoryTreeLabelProvider
extends org.eclipse.jface.viewers.LabelProvider
implements org.eclipse.jface.viewers.ILabelProvider


Constructor Summary
HistoryTreeLabelProvider()
           
 
Method Summary
 org.eclipse.swt.graphics.Image getImage(java.lang.Object obj)
          Return the icon for the label
 java.lang.String getText(java.lang.Object obj)
          Return the text for the label
 
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

HistoryTreeLabelProvider

public HistoryTreeLabelProvider()
Method Detail

getText

public java.lang.String getText(java.lang.Object obj)
Return the text for the label

Specified by:
getText in interface org.eclipse.jface.viewers.ILabelProvider
Overrides:
getText in class org.eclipse.jface.viewers.LabelProvider

getImage

public org.eclipse.swt.graphics.Image getImage(java.lang.Object obj)
Return the icon for the label

Specified by:
getImage in interface org.eclipse.jface.viewers.ILabelProvider
Overrides:
getImage in class org.eclipse.jface.viewers.LabelProvider

TPTP 4.6.0 Platform Project
Internal API Specification