org.oddjob.monitor.model
Class ConfigContextSearch
java.lang.Object
org.oddjob.monitor.model.ConfigContextSearch
public class ConfigContextSearch
- extends Object
Provides an ExplorerContext search for Edit Actions
and Design Actions.
- Author:
- rob
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigContextSearch
public ConfigContextSearch()
sessionFor
public ConfigurationSession sessionFor(ExplorerContext context)
- Find the appropriate configuration session.
- Parameters:
context - The context. Must not be null.
- Returns:
- The session, or null if one can't be found for the
current context. This will be the case for an Oddjob that hasn't
been loaded, for instance.
dragPointFor
public DragPoint dragPointFor(ExplorerContext context)
- Provide the appropriate
DragPoint.
- Parameters:
context -
- Returns: