Uses of Interface
org.eclipse.emf.ecp.view.spi.model.VAttachment

Packages that use VAttachment
org.eclipse.emf.ecp.spi.diffmerge.model   
org.eclipse.emf.ecp.spi.diffmerge.model.impl   
org.eclipse.emf.ecp.spi.diffmerge.model.util   
org.eclipse.emf.ecp.view.spi.groupedgrid.model   
org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl   
org.eclipse.emf.ecp.view.spi.groupedgrid.model.util   
org.eclipse.emf.ecp.view.spi.model   
org.eclipse.emf.ecp.view.spi.model.impl   
org.eclipse.emf.ecp.view.spi.model.util   
org.eclipse.emf.ecp.view.spi.rule.model   
org.eclipse.emf.ecp.view.spi.rule.model.impl   
org.eclipse.emf.ecp.view.spi.rule.model.util   
 

Uses of VAttachment in org.eclipse.emf.ecp.spi.diffmerge.model
 

Subinterfaces of VAttachment in org.eclipse.emf.ecp.spi.diffmerge.model
 interface VDiffAttachment
          A representation of the model object ' Diff Attachment'.
 

Uses of VAttachment in org.eclipse.emf.ecp.spi.diffmerge.model.impl
 

Classes in org.eclipse.emf.ecp.spi.diffmerge.model.impl that implement VAttachment
 class VDiffAttachmentImpl
          An implementation of the model object ' Diff Attachment'.
 

Uses of VAttachment in org.eclipse.emf.ecp.spi.diffmerge.model.util
 

Methods in org.eclipse.emf.ecp.spi.diffmerge.model.util with parameters of type VAttachment
 T DiffmergeSwitch.caseAttachment(VAttachment object)
          Returns the result of interpreting the object as an instance of 'Attachment'.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.groupedgrid.model
 

Subinterfaces of VAttachment in org.eclipse.emf.ecp.view.spi.groupedgrid.model
 interface VSpan
          A representation of the model object 'Span'.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.groupedgrid.model.impl that implement VAttachment
 class VSpanImpl
          An implementation of the model object 'Span'.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.groupedgrid.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.groupedgrid.model.util with parameters of type VAttachment
 T GroupedGridSwitch.caseAttachment(VAttachment object)
          Returns the result of interpreting the object as an instance of 'Attachment'.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.model
 

Methods in org.eclipse.emf.ecp.view.spi.model that return types with arguments of type VAttachment
 org.eclipse.emf.common.util.EList<VAttachment> VElement.getAttachments()
          Returns the value of the 'Attachments' containment reference list.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.model.impl that implement VAttachment
 class VAttachmentImpl
          An implementation of the model object 'Attachment'.
 

Methods in org.eclipse.emf.ecp.view.spi.model.impl that return types with arguments of type VAttachment
 org.eclipse.emf.common.util.EList<VAttachment> VElementImpl.getAttachments()
           
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.model.util with parameters of type VAttachment
 T ViewSwitch.caseAttachment(VAttachment object)
          Returns the result of interpreting the object as an instance of 'Attachment'.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.rule.model
 

Subinterfaces of VAttachment in org.eclipse.emf.ecp.view.spi.rule.model
 interface EnableRule
          A representation of the model object 'Enable Rule'.
 interface Rule
          A representation of the model object 'Rule'.
 interface ShowRule
          A representation of the model object 'Show Rule'.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.rule.model.impl
 

Classes in org.eclipse.emf.ecp.view.spi.rule.model.impl that implement VAttachment
 class EnableRuleImpl
          An implementation of the model object 'Enable Rule'.
 class RuleImpl
          An implementation of the model object 'Rule'.
 class ShowRuleImpl
          An implementation of the model object 'Show Rule'.
 

Uses of VAttachment in org.eclipse.emf.ecp.view.spi.rule.model.util
 

Methods in org.eclipse.emf.ecp.view.spi.rule.model.util with parameters of type VAttachment
 T RuleSwitch.caseAttachment(VAttachment object)
          Returns the result of interpreting the object as an instance of 'Attachment'.
 



Copyright © 2014. All Rights Reserved.