|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextManager.Context | |
org.isam.exehda.services | |
org.isam.exehda.services.ctxm |
Uses of ContextManager.Context in org.isam.exehda.services |
Methods in org.isam.exehda.services that return ContextManager.Context | |
ContextManager.Context |
ContextManager.createContext(java.lang.String xmlDesc)
Creates/registers a new context element. |
ContextManager.Context |
ContextManager.ContextState.getType()
Returns the context element to which this context state is bound. |
Methods in org.isam.exehda.services with parameters of type ContextManager.Context | |
void |
ContextManager.releaseContext(ContextManager.Context ctx)
Notifies the ContextManager that the given context element is not needed anymore. |
void |
ContextManager.addContextListener(ContextManager.ContextListener l,
ContextManager.Context ctx)
Registers a listener for events on the given context element. |
void |
ContextManager.removeContextListener(ContextManager.ContextListener l,
ContextManager.Context ctx)
Removes a previously registered context listener. |
Constructors in org.isam.exehda.services with parameters of type ContextManager.Context | |
ContextManager.ContextState(ContextManager.Context type,
java.lang.String value)
Creates a new ContextState instance. |
Uses of ContextManager.Context in org.isam.exehda.services.ctxm |
Methods in org.isam.exehda.services.ctxm that return ContextManager.Context | |
ContextManager.Context |
CtxManagerImplNode.createContext(java.lang.String xmlDesc)
|
ContextManager.Context |
ContextEvent.getContextType()
Returns the context element to which this context change event is related. |
ContextManager.Context |
ContextInfo.getContext()
|
Methods in org.isam.exehda.services.ctxm with parameters of type ContextManager.Context | |
void |
CtxManagerImplNode.releaseContext(ContextManager.Context ctx)
|
void |
CtxManagerImplNode.addContextListener(ContextManager.ContextListener l,
ContextManager.Context ctx)
|
void |
CtxManagerImplNode.removeContextListener(ContextManager.ContextListener l,
ContextManager.Context ctx)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |