Uses of Interface
org.brijframework.context.Context
-
Packages that use Context Package Description org.brijframework.container org.brijframework.context org.brijframework.context.bootstrap org.brijframework.context.module org.brijframework.listener -
-
Uses of Context in org.brijframework.container
Methods in org.brijframework.container that return Context Modifier and Type Method Description ContextContainer. getContext()Methods in org.brijframework.container with parameters of type Context Modifier and Type Method Description voidContainer. setContext(Context context) -
Uses of Context in org.brijframework.context
Methods in org.brijframework.context that return Context Modifier and Type Method Description ContextContext. getParent()Return the parent context, ornullif there is no parent and this is the root of the context hierarchy.Methods in org.brijframework.context with parameters of type Context Modifier and Type Method Description voidContext. initialize(Context context) -
Uses of Context in org.brijframework.context.bootstrap
Subinterfaces of Context in org.brijframework.context.bootstrap Modifier and Type Interface Description interfaceBootstrapContext -
Uses of Context in org.brijframework.context.module
Subinterfaces of Context in org.brijframework.context.module Modifier and Type Interface Description interfaceModuleContext -
Uses of Context in org.brijframework.listener
Methods in org.brijframework.listener with parameters of type Context Modifier and Type Method Description voidListener. actionPerformed(Context context)voidListener. destroyedContext(Context context)voidListener. initContext(Context context)
-