public class TextCellEditor extends TextCellEditor
org.eclipse.jface.viewers.TextCellEditor
to overwrite the method createControl
and by doing so to handle
an undesired side-effect in combination with the usage of
org.eclipse.jface.fieldassist.ContentProposalAdapter
. (For more
details see method public void focusLost(FocusEvent e)
)TextCellEditor
,
ContentProposalAdapter
CellEditor.LayoutData
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO
Constructor and Description |
---|
TextCellEditor() |
TextCellEditor(Composite parent) |
TextCellEditor(Composite parent,
int style) |
Modifier and Type | Method and Description |
---|---|
IProposal |
getAcceptedProposal() |
void |
setAcceptedProposal(IProposal acceptedProposal) |
getLayoutData, isCopyEnabled, isCutEnabled, isDeleteEnabled, isPasteEnabled, isSaveAllEnabled, isSelectAllEnabled, performCopy, performCut, performDelete, performPaste, performSelectAll
activate, activate, addListener, addPropertyChangeListener, create, deactivate, dispose, getControl, getErrorMessage, getStyle, getValidator, getValue, isActivated, isDirty, isFindEnabled, isRedoEnabled, isUndoEnabled, isValueValid, performFind, performRedo, performUndo, removeListener, removePropertyChangeListener, setFocus, setStyle, setValidator, setValue