COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification

org.eclipse.cosmos.rm.smlif.internal.export.ui
Class RuleBindingTableCellModifier

java.lang.Object
  extended by 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


Constructor Summary
RuleBindingTableCellModifier(java.util.List columnProperties, ExportToSMLIFWizardPage3 wizardPage, java.util.Map userDefinedAliases)
           
 
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
 

Constructor Detail

RuleBindingTableCellModifier

public RuleBindingTableCellModifier(java.util.List columnProperties,
                                    ExportToSMLIFWizardPage3 wizardPage,
                                    java.util.Map userDefinedAliases)
Method Detail

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

COSMOS ${releaseVersion} resource-modeling Project
Internal API Specification