Class SelectableTextCellEditor
java.lang.Object
org.eclipse.jface.viewers.CellEditor
org.eclipse.jface.viewers.TextCellEditor
com.e1c.langtool.internal.ui.view.SelectableTextCellEditor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected classNested classes/interfaces inherited from class org.eclipse.jface.viewers.CellEditor
CellEditor.LayoutData -
Field Summary
Fields inherited from class org.eclipse.jface.viewers.TextCellEditor
textFields inherited from class org.eclipse.jface.viewers.CellEditor
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO -
Constructor Summary
ConstructorsConstructorDescriptionSelectableTextCellEditor(FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) -
Method Summary
Methods inherited from class org.eclipse.jface.viewers.TextCellEditor
createControl, dependsOnExternalFocusListener, doGetValue, doSetFocus, doSetValue, editOccured, getLayoutData, handleDefaultSelection, isCopyEnabled, isCutEnabled, isDeleteEnabled, isPasteEnabled, isSaveAllEnabled, isSelectAllEnabled, keyReleaseOccured, performCopy, performCut, performDelete, performPaste, performSelectAllMethods inherited from class org.eclipse.jface.viewers.CellEditor
activate, addListener, addPropertyChangeListener, create, deactivate, deactivate, dispose, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getDoubleClickTimeout, getErrorMessage, getStyle, getValidator, getValue, isActivated, isCorrect, isDirty, isFindEnabled, isRedoEnabled, isUndoEnabled, isValueValid, markDirty, performFind, performRedo, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged
-
Constructor Details
-
SelectableTextCellEditor
public SelectableTextCellEditor(FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) -
SelectableTextCellEditor
public SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) - Parameters:
parent-
-
SelectableTextCellEditor
public SelectableTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style, FeatureValue featureValue, String targetLanguage, String sourceLanguage, IQuerySelectionService selectionService, String projectName, StorageID storageId) - Parameters:
parent-style-
-
-
Method Details
-
activate
public void activate()- Overrides:
activatein classCellEditor
-