Uses of Interface
org.eclipse.gmf.runtime.lite.edit.parts.labels.ILabelTextDisplayer

Packages that use ILabelTextDisplayer
org.eclipse.gmf.runtime.lite.edit.parts.labels   
org.eclipse.gmf.runtime.lite.edit.parts.tree   
 

Uses of ILabelTextDisplayer in org.eclipse.gmf.runtime.lite.edit.parts.labels
 

Classes in org.eclipse.gmf.runtime.lite.edit.parts.labels that implement ILabelTextDisplayer
 class AbstractFeatureBasedLabelTextDisplayer
          An implementation of ILabelTextDisplayer that is based on a number of structural features of the source object.
 class AbstractLabelTextDisplayer
          Default implementation of ILabelTextDisplayer.
 class CompositeLabelTextDisplayer
          A label text displayer composed of two independent displayers, one for read-only operations (displaying labels) and one for write-only operations (parsing the input and creating the associated command).
 class ItemProviderLabelTextDisplayer
          Label text displayer that displays the text as provided by the IItemLabelProvider.
 class MessageFormatLabelTextDisplayer
          An implementation of ILabelTextDisplayer that is based on a format and a number of structural features of the source object.
 class NativeLabelTextDisplayer
          An implementation of ILabelTextDisplayer that uses native EMF mechanisms to convert a value of a datatype to its string representation and create an instance of the datatype from the literal value.
 class PrintfLabelTextDisplayer
          An implementation of ILabelTextDisplayer that prints a number of structural features of the source object using printf notation.
 class RegexpParser
          Write-only label text displayer.
 class SimpleLabelTextDisplayer
          Deprecated. Use MessageFormatLabelTextDisplayer instead.
 

Methods in org.eclipse.gmf.runtime.lite.edit.parts.labels that return ILabelTextDisplayer
 ILabelTextDisplayer ILabelController.getLabelTextDisplayer()
          Returns the label displayer associated with this edit part.
 

Constructors in org.eclipse.gmf.runtime.lite.edit.parts.labels with parameters of type ILabelTextDisplayer
CompositeLabelTextDisplayer(ILabelTextDisplayer reader, ILabelTextDisplayer writer)
           
 

Uses of ILabelTextDisplayer in org.eclipse.gmf.runtime.lite.edit.parts.tree
 

Methods in org.eclipse.gmf.runtime.lite.edit.parts.tree that return ILabelTextDisplayer
protected  ILabelTextDisplayer BaseTreeEditPart.createLabelTextDisplayer()
           
 ILabelTextDisplayer BaseTreeEditPart.getLabelTextDisplayer()
           
 



Copyright © 2012. All Rights Reserved.