public class ConfigContextSearch
extends java.lang.Object
ExplorerContext
search for Edit Actions
and Design Actions.Constructor and Description |
---|
ConfigContextSearch() |
Modifier and Type | Method and Description |
---|---|
DragPoint |
dragPointFor(ExplorerContext context)
Provide the appropriate
DragPoint . |
ConfigurationSession |
sessionFor(ExplorerContext context)
Find the appropriate configuration session.
|
ConfigurationSession |
sessionForAddJob(ExplorerContext context)
Find the configuration session for add job which will
include the configuration session for the current component.
|
public ConfigurationSession sessionFor(ExplorerContext context)
context
- The context. Must not be null.public ConfigurationSession sessionForAddJob(ExplorerContext context)
context
- The context. Must not be null.public DragPoint dragPointFor(ExplorerContext context)
DragPoint
.context
-