Class LanguageItemViewerTextEditingSupport
java.lang.Object
org.eclipse.jface.viewers.EditingSupport
com.e1c.langtool.internal.ui.view.LanguageItemViewerTextEditingSupport
The class helps to edit translation text for target language of
ITreeItem representing
LanguageFeatureValueItem in tree. The column of editing is defined by viewer.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionLanguageItemViewerTextEditingSupport(ColumnViewer viewer, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId) Instantiates a new language item viewer text editing support. -
Method Summary
Methods inherited from class org.eclipse.jface.viewers.EditingSupport
getViewer, initializeCellEditorValue, saveCellEditorValue
-
Constructor Details
-
LanguageItemViewerTextEditingSupport
public LanguageItemViewerTextEditingSupport(ColumnViewer viewer, IEditingContext context, org.eclipse.core.resources.IProject project, StorageID storageId) Instantiates a new language item viewer text editing support.- Parameters:
viewer- the viewercontext- the context
-
-
Method Details
-
getCellEditor
- Specified by:
getCellEditorin classEditingSupport
-
canEdit
- Specified by:
canEditin classEditingSupport
-
getValue
- Specified by:
getValuein classEditingSupport
-
setValue
- Specified by:
setValuein classEditingSupport
-