public abstract class ECPEnumCellEditor extends org.eclipse.jface.viewers.CellEditor implements ECPCellEditor
COPY, CUT, DELETE, FIND, PASTE, REDO, SELECT_ALL, UNDO
COPY_STRING_ALTERNATIVE, CUSTOM_VARIANT
Constructor and Description |
---|
ECPEnumCellEditor(org.eclipse.swt.widgets.Composite parent)
Constructor.
|
ECPEnumCellEditor(org.eclipse.swt.widgets.Composite parent,
int style)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract org.eclipse.emf.ecore.EEnum |
getEEnum()
Returns the
EEnum is cell editor responsible for. |
List<org.eclipse.emf.ecore.EEnumLiteral> |
getELiterals()
Returns the list of literals of the enum.
|
activate, activate, addListener, addPropertyChangeListener, create, createControl, deactivate, deactivate, dependsOnExternalFocusListener, dispose, doGetValue, doSetFocus, doSetValue, fireApplyEditorValue, fireCancelEditor, fireEditorValueChanged, fireEnablementChanged, focusLost, getControl, getDoubleClickTimeout, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCorrect, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, keyReleaseOccured, markDirty, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setErrorMessage, setFocus, setStyle, setValidator, setValue, setValueValid, valueChanged
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getColumnWidthWeight, getFormatedString, getImage, getMinWidth, getModelToTargetStrategy, getStyle, getTargetToModelStrategy, getValueProperty, instantiate, setEditable
public ECPEnumCellEditor(org.eclipse.swt.widgets.Composite parent)
parent
- the parent Composite
public ECPEnumCellEditor(org.eclipse.swt.widgets.Composite parent, int style)
parent
- the parent Composite
style
- SWT style bitspublic abstract org.eclipse.emf.ecore.EEnum getEEnum()
EEnum
is cell editor responsible for.public List<org.eclipse.emf.ecore.EEnumLiteral> getELiterals()
getEEnum()
Copyright © 2018. All rights reserved.