Uses of Interface
org.eclipse.emf.ecp.view.spi.categorization.model.VCategorizableElement

Packages that use VCategorizableElement
org.eclipse.emf.ecp.view.dynamictree.model   
org.eclipse.emf.ecp.view.dynamictree.model.impl   
org.eclipse.emf.ecp.view.dynamictree.model.util   
org.eclipse.emf.ecp.view.dynamictree.ui   
org.eclipse.emf.ecp.view.spi.categorization.model   
org.eclipse.emf.ecp.view.spi.categorization.model.impl   
org.eclipse.emf.ecp.view.spi.categorization.model.util   
 

Uses of VCategorizableElement in org.eclipse.emf.ecp.view.dynamictree.model
 

Subinterfaces of VCategorizableElement in org.eclipse.emf.ecp.view.dynamictree.model
 interface DynamicContainmentItem
          A representation of the model object 'Dynamic Containment Item'.
 interface DynamicContainmentTree
          A representation of the model object 'Dynamic Containment Tree'.
 

Uses of VCategorizableElement in org.eclipse.emf.ecp.view.dynamictree.model.impl
 

Classes in org.eclipse.emf.ecp.view.dynamictree.model.impl that implement VCategorizableElement
 class DynamicContainmentItemImpl
          An implementation of the model object 'Dynamic Containment Item'.
 class DynamicContainmentTreeImpl
          An implementation of the model object 'Dynamic Containment Tree'.
 

Uses of VCategorizableElement in org.eclipse.emf.ecp.view.dynamictree.model.util
 

Methods in org.eclipse.emf.ecp.view.dynamictree.model.util with parameters of type VCategorizableElement
 T ModelSwitch.caseCategorizableElement(VCategorizableElement object)
          Returns the result of interpreting the object as an instance of 'Categorizable Element'.
 

Uses of VCategorizableElement in org.eclipse.emf.ecp.view.dynamictree.ui
 

Methods in org.eclipse.emf.ecp.view.dynamictree.ui with parameters of type VCategorizableElement
static void DynamicTreeModelService.createActions(VCategorizableElement categorizableElement, VAction... actions)
          Creates the actions for the given node.
 

Uses of VCategorizableElement in org.eclipse.emf.ecp.view.spi.categorization.model
 

Subinterfaces of VCategorizableElement in org.eclipse.emf.ecp.view.spi.categorization.model
 interface VAbstractCategorization
          A representation of the model object 'Abstract Categorization'.
 interface VCategorization
          A representation of the model object 'Categorization'.
 interface VCategory
          A representation of the model object 'Category'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model that return VCategorizableElement
 VCategorizableElement VCategorizationElement.getCurrentSelection()
          Returns the value of the 'Current Selection' reference.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model with parameters of type VCategorizableElement
 void VCategorizationElement.setCurrentSelection(VCategorizableElement value)
          Sets the value of the ' Current Selection' reference.
 

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

Classes in org.eclipse.emf.ecp.view.spi.categorization.model.impl that implement VCategorizableElement
 class VAbstractCategorizationImpl
          An implementation of the model object 'Abstract Categorization'.
 class VCategorizableElementImpl
          An implementation of the model object 'Categorizable Element'.
 class VCategorizationImpl
          An implementation of the model object 'Categorization'.
 class VCategoryImpl
          An implementation of the model object 'Category'.
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl that return VCategorizableElement
 VCategorizableElement VCategorizationElementImpl.basicGetCurrentSelection()
           
 VCategorizableElement VCategorizationElementImpl.getCurrentSelection()
           
 

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.impl with parameters of type VCategorizableElement
 void VCategorizationElementImpl.setCurrentSelection(VCategorizableElement newCurrentSelection)
           
 

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

Methods in org.eclipse.emf.ecp.view.spi.categorization.model.util with parameters of type VCategorizableElement
 T CategorizationSwitch.caseCategorizableElement(VCategorizableElement object)
          Returns the result of interpreting the object as an instance of 'Categorizable Element'.
 



Copyright © 2014. All Rights Reserved.