|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
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)
|
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
. |
Object[] |
CreateFeatureForPattern.create(ICreateContext context)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||