Class FeatureValueTextCellEditor
java.lang.Object
org.eclipse.jface.viewers.CellEditor
org.eclipse.jface.viewers.TextCellEditor
com.e1c.langtool.internal.ui.view.FeatureValueTextCellEditor
- Direct Known Subclasses:
MultiStorageFeatureValueTextCellEditor
-
Nested Class Summary
Nested 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
ConstructorsConstructorDescriptionFeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent) FeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style) -
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, activate, addListener, addPropertyChangeListener, create, deactivate, deactivate, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getDoubleClickTimeout, getErrorMessage, getStyle, getValidator, getValue, isActivated, isDirty, isFindEnabled, isRedoEnabled, isUndoEnabled, isValueValid, markDirty, performFind, performRedo, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged
-
Constructor Details
-
FeatureValueTextCellEditor
public FeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent) - Parameters:
parent-
-
FeatureValueTextCellEditor
public FeatureValueTextCellEditor(org.eclipse.swt.widgets.Composite parent, int style) - Parameters:
parent-style-
-
-
Method Details
-
isCorrect
- Overrides:
isCorrectin classCellEditor
-
dispose
public void dispose()- Overrides:
disposein classCellEditor
-