org.eclipse.cosmos.rm.smlif.internal.export.ui
Class RuleBindingTableCellModifier
java.lang.Object
org.eclipse.cosmos.rm.smlif.internal.export.ui.RuleBindingTableCellModifier
- All Implemented Interfaces:
- org.eclipse.jface.viewers.ICellModifier
public class RuleBindingTableCellModifier
- extends java.lang.Object
- implements org.eclipse.jface.viewers.ICellModifier
Cell modifier for handling input from and output to editor
|
Method Summary |
boolean |
canModify(java.lang.Object element,
java.lang.String property)
|
java.lang.Object |
getValue(java.lang.Object element,
java.lang.String property)
|
void |
modify(java.lang.Object element,
java.lang.String property,
java.lang.Object value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleBindingTableCellModifier
public RuleBindingTableCellModifier(java.util.List columnProperties,
ExportToSMLIFWizardPage3 wizardPage,
java.util.Map userDefinedAliases)
canModify
public boolean canModify(java.lang.Object element,
java.lang.String property)
- Specified by:
canModify in interface org.eclipse.jface.viewers.ICellModifier
getValue
public java.lang.Object getValue(java.lang.Object element,
java.lang.String property)
- Specified by:
getValue in interface org.eclipse.jface.viewers.ICellModifier
modify
public void modify(java.lang.Object element,
java.lang.String property,
java.lang.Object value)
- Specified by:
modify in interface org.eclipse.jface.viewers.ICellModifier