Runtime

org.eclipse.gmf.runtime.diagram.ui.commands
Class PromptForConnectionAndEndCommand.ConnectionLabelProvider

java.lang.Object
  extended byorg.eclipse.core.commands.common.EventManager
      extended byorg.eclipse.jface.viewers.LabelProvider
          extended byorg.eclipse.gmf.runtime.diagram.ui.internal.commands.ElementTypeLabelProvider
              extended byorg.eclipse.gmf.runtime.diagram.ui.commands.PromptForConnectionAndEndCommand.ConnectionLabelProvider
All Implemented Interfaces:
IBaseLabelProvider, ILabelProvider
Enclosing class:
PromptForConnectionAndEndCommand

protected class PromptForConnectionAndEndCommand.ConnectionLabelProvider
extends org.eclipse.gmf.runtime.diagram.ui.internal.commands.ElementTypeLabelProvider

Label provider of the first popup menu with the relationship types.


Constructor Summary
protected PromptForConnectionAndEndCommand.ConnectionLabelProvider()
           
 
Method Summary
 java.lang.String getText(java.lang.Object element)
          Uses IElementType.getDisplayName() for the text.
 
Methods inherited from class org.eclipse.gmf.runtime.diagram.ui.internal.commands.ElementTypeLabelProvider
getImage
 
Methods inherited from class org.eclipse.jface.viewers.LabelProvider
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
 

Constructor Detail

PromptForConnectionAndEndCommand.ConnectionLabelProvider

protected PromptForConnectionAndEndCommand.ConnectionLabelProvider()
Method Detail

getText

public java.lang.String getText(java.lang.Object element)
Description copied from class: org.eclipse.gmf.runtime.diagram.ui.internal.commands.ElementTypeLabelProvider
Uses IElementType.getDisplayName() for the text.

See Also:
ILabelProvider.getText(java.lang.Object)

Runtime

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp., Borland Software Corp., and others 2005,2006. All rights reserved.