org.eclipse.gmf.runtime.lite.edit.parts.labels
Interface ILabelController

All Known Implementing Classes:
BaseTreeEditPart

public interface ILabelController

Implementors of this interface know how to display and update text. They are typically associated with edit parts.


Nested Class Summary
static class ILabelController.ExternalRefresherAdapter
           
 
Method Summary
 ILabelTextDisplayer getLabelTextDisplayer()
          Returns the label displayer associated with this edit part.
 void setLabelText(String text)
          Causes the given text to be displayed in the label controlled by this edit part.
 

Method Detail

getLabelTextDisplayer

ILabelTextDisplayer getLabelTextDisplayer()
Returns the label displayer associated with this edit part.


setLabelText

void setLabelText(String text)
Causes the given text to be displayed in the label controlled by this edit part.



Copyright © 2012. All Rights Reserved.