public class EnumDefinitionValueEditor
extends org.eclipse.jface.viewers.DialogCellEditor
Modifier and Type | Class and Description |
---|---|
static class |
EnumDefinitionValueEditor.EnumChangeAction |
static class |
EnumDefinitionValueEditor.EnumDefValueResult |
Modifier and Type | Field and Description |
---|---|
org.eclipse.jface.viewers.TextCellEditor |
commentEditor |
Constructor and Description |
---|
EnumDefinitionValueEditor(TreeNode node,
org.eclipse.swt.widgets.Composite table,
int style) |
Modifier and Type | Method and Description |
---|---|
long |
getUsagesCount(java.lang.String s) |
boolean |
isUsed(java.lang.String s) |
boolean |
removeUsages(java.lang.String s) |
void |
setUsages(java.util.Map<java.lang.String,java.util.Map<TreeNode,java.util.Set<java.lang.String>>> usg) |
activate, activate, addListener, addPropertyChangeListener, create, dispose, getControl, getErrorMessage, getLayoutData, getStyle, getValidator, getValue, isActivated, isCopyEnabled, isCutEnabled, isDeleteEnabled, isDirty, isFindEnabled, isPasteEnabled, isRedoEnabled, isSelectAllEnabled, isUndoEnabled, isValueValid, performCopy, performCut, performDelete, performFind, performPaste, performRedo, performSelectAll, performUndo, removeListener, removePropertyChangeListener, setFocus, setStyle, setValidator, setValue
public EnumDefinitionValueEditor(TreeNode node, org.eclipse.swt.widgets.Composite table, int style)
public boolean isUsed(java.lang.String s)
public long getUsagesCount(java.lang.String s)
public boolean removeUsages(java.lang.String s)
public void setUsages(java.util.Map<java.lang.String,java.util.Map<TreeNode,java.util.Set<java.lang.String>>> usg)