Package org.eclipse.gmf.runtime.lite.edit.parts.labels

Interface Summary
ILabelController Implementors of this interface know how to display and update text.
ILabelTextDisplayer Implementors of this interface are responsible for providing labels representing model elements as well as for making it possible to edit the label and apply the values to the model element.
 

Class Summary
AbstractFeatureBasedLabelTextDisplayer An implementation of ILabelTextDisplayer that is based on a number of structural features of the source object.
AbstractLabelTextDisplayer Default implementation of ILabelTextDisplayer.
BaseExternalLabelEditPart  
BaseExternalNodeLabelEditPart  
BaseLinkLabelEditPart  
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).
ILabelController.ExternalRefresherAdapter  
ItemProviderLabelTextDisplayer Label text displayer that displays the text as provided by the IItemLabelProvider.
MessageFormatLabelTextDisplayer An implementation of ILabelTextDisplayer that is based on a format and a number of structural features of the source object.
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.
PrintfLabelTextDisplayer An implementation of ILabelTextDisplayer that prints a number of structural features of the source object using printf notation.
RegexpParser Write-only label text displayer.
SimpleLabelTextDisplayer Deprecated. Use MessageFormatLabelTextDisplayer instead.
 



Copyright © 2012. All Rights Reserved.