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

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

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.
 java.lang.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)
          Clients must override this method to indicate that the pattern can be used to create domain objects as defined in the given ICreateContext.
 boolean CreateFeatureForPattern.canCreate(ICreateContext context)
           
 java.lang.Object[] AbstractPattern.create(ICreateContext context)
          Clients must override this method to implement the functionality to create a new domain object as defined in the given ICreateContext .
 java.lang.Object[] CreateFeatureForPattern.create(ICreateContext context)
           
 



Copyright (c) SAP AG 2005, 2012.