org.eclipse.emf.edit.provider
Interface IUpdateableItemText
- public interface IUpdateableItemText
This is the interface implemented by an item provider if it supports an updateable item text.
This is be used to support edit-in-place tree items.
Method Summary |
java.lang.String |
getUpdateableText(java.lang.Object object)
This returns the text that will be displayed when editing begins. |
void |
setText(java.lang.Object object,
java.lang.String text)
This sets the given object's label text to the given text. |
getUpdateableText
public java.lang.String getUpdateableText(java.lang.Object object)
- This returns the text that will be displayed when editing begins.
setText
public void setText(java.lang.Object object,
java.lang.String text)
- This sets the given object's label text to the given text.