|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ExplorerContext
Explorer Context. Used to pass useful things down the job hierarchy.
A unique context will exist for each node in the hierarchy but where as the model has specific information about the node in the tree - it's children, is it visible etc, the context contains ancillary information about the nodes environment.
Method Summary | |
---|---|
ExplorerContext |
addChild(Object child)
Add a child context. |
ExplorerContext |
getParent()
Get the parent context of this context. |
Object |
getThisComponent()
Get the component this is the context for. |
ThreadManager |
getThreadManager()
|
Object |
getValue(String key)
Get a value from the context. |
void |
setValue(String key,
Object value)
Set a value in the context. |
Method Detail |
---|
Object getThisComponent()
ExplorerContext addChild(Object child)
child
- The component the child is for.
ThreadManager getThreadManager()
ExplorerContext getParent()
void setValue(String key, Object value)
key
- An identifier for the value.value
- The value.Object getValue(String key)
key
- The identifier.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |