Uses of Interface
org.eclipse.graphiti.features.context.ICreateContext

Packages that use ICreateContext
$packageName$.features   
org.eclipse.graphiti.features.context.impl   
org.eclipse.graphiti.func   
org.eclipse.graphiti.pattern   
 

Uses of ICreateContext in $packageName$.features
 

Methods in $packageName$.features with parameters of type ICreateContext
 boolean CreateDomainObjectFeature.canCreate(ICreateContext context)
           
 Object[] CreateDomainObjectFeature.create(ICreateContext context)
           
 

Uses of ICreateContext in org.eclipse.graphiti.features.context.impl
 

Classes in org.eclipse.graphiti.features.context.impl that implement ICreateContext
 class CreateContext
          The Class CreateContext.
 

Uses of ICreateContext in org.eclipse.graphiti.func
 

Methods in org.eclipse.graphiti.func with parameters of type ICreateContext
 boolean ICreate.canCreate(ICreateContext context)
          Checks if business object can be created for the given context.
 Object[] ICreate.create(ICreateContext context)
          Creates the business object for the given context.
 

Uses of ICreateContext in org.eclipse.graphiti.pattern
 

Methods in org.eclipse.graphiti.pattern with parameters of type ICreateContext
 boolean AbstractPattern.canCreate(ICreateContext context)
           
 boolean CreateFeatureForPattern.canCreate(ICreateContext context)
           
 Object[] AbstractPattern.create(ICreateContext context)
           
 Object[] CreateFeatureForPattern.create(ICreateContext context)
           
 



Copyright (c) SAP AG 2005, 2010.