Uses of Class
org.eclipse.gmf.runtime.lite.edit.parts.labels.AbstractLabelTextDisplayer

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

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

Subclasses of AbstractLabelTextDisplayer in org.eclipse.gmf.runtime.lite.edit.parts.labels
 class AbstractFeatureBasedLabelTextDisplayer
          An implementation of ILabelTextDisplayer that is based on a number of structural features of the source object.
 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.
 



Copyright © 2012. All Rights Reserved.