|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.monitor.model.ConfigContextSearch
public class ConfigContextSearch
Provides an ExplorerContext
search for Edit Actions
and Design Actions.
Constructor Summary | |
---|---|
ConfigContextSearch()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigContextSearch()
Method Detail |
---|
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
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |