Uses of Interface
net.sf.jguiraffe.di.BeanContext
-
Packages that use BeanContext Package Description net.sf.jguiraffe.di DI stands for Dependency Injection.net.sf.jguiraffe.di.impl This package contains various implementations for the interfaces defined in the maindipackage.net.sf.jguiraffe.gui.app In this package the main application class can be found.net.sf.jguiraffe.gui.builder The main package of the builder.net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.impl Here default implementations of theBuilderinterfaces can be found. -
-
Uses of BeanContext in net.sf.jguiraffe.di
Methods in net.sf.jguiraffe.di that return BeanContext Modifier and Type Method Description BeanContextBeanCreationEvent. getBeanContext()Returns theBeanContextthat caused this event.Methods in net.sf.jguiraffe.di with parameters of type BeanContext Modifier and Type Method Description voidBeanContextClient. setBeanContext(BeanContext context)Passes the currentBeanContextto this object.voidDependencyProvider. setCreationBeanContext(BeanContext context)Sets theBeanContextthat is responsible for aBeanCreationEventnotification.Constructors in net.sf.jguiraffe.di with parameters of type BeanContext Constructor Description BeanCreationEvent(BeanContext source, BeanProvider provider, DependencyProvider depProvider, Object newBean)Creates a new instance ofBeanCreationEventand initializes it. -
Uses of BeanContext in net.sf.jguiraffe.di.impl
Classes in net.sf.jguiraffe.di.impl that implement BeanContext Modifier and Type Class Description classBeanContextWrapperA simple wrapper implementation of theBeanContextinterface.classDefaultBeanContextA default implementation of theBeanContextinterface.Methods in net.sf.jguiraffe.di.impl that return BeanContext Modifier and Type Method Description BeanContextBeanContextWrapper. getWrappedContext()Returns the wrapped bean context.Methods in net.sf.jguiraffe.di.impl with parameters of type BeanContext Modifier and Type Method Description voidRestrictedDependencyProvider. setCreationBeanContext(BeanContext context)Sets the context that is responsible for a bean creation event.Constructors in net.sf.jguiraffe.di.impl with parameters of type BeanContext Constructor Description BeanContextWrapper(BeanContext wrappedContext)Creates a new instance ofBeanContextWrapperand sets the wrapped context.BeanContextWrapper(BeanContext wrappedContext, BeanStore defaultStore)Creates a new instance ofBeanContextWrapperand sets the wrapped context and the default bean store. -
Uses of BeanContext in net.sf.jguiraffe.gui.app
Methods in net.sf.jguiraffe.gui.app that return BeanContext Modifier and Type Method Description protected BeanContextCommandActionTask. fetchBeanContext()Returns theBeanContextto use and checks whether it is defined.BeanContextApplicationContext. getBeanContext()Returns the application globalBeanContext.BeanContextApplicationContextImpl. getBeanContext()Returns the global bean context.BeanContextCommandActionTask. getBeanContext()Returns the currentBeanContext.BeanContextApplicationBuilderData. getBuilderContext()Returns the bean context used by the builder.BeanContextApplication. getMainWindowBeanContext()Returns theBeanContextthat was created when processing the builder script for the main window.BeanContextApplicationBuilderData. getParentContext()Returns the parent bean context.protected BeanContextApplication. initBeans(org.apache.commons.configuration.Configuration config)Initializes the application's bean definitions.Methods in net.sf.jguiraffe.gui.app with parameters of type BeanContext Modifier and Type Method Description protected Collection<Locator>Application. findBeanDefinitions(org.apache.commons.configuration.Configuration config, BeanContext beanCtx)Returns a collection with additional bean definition files to process.static ApplicationApplication. getInstance(BeanContext context)Obtains the centralApplicationinstance from the specifiedBeanContext.voidApplicationContextImpl. setBeanContext(BeanContext beanContext)Sets the global bean context.voidCommandActionTask. setBeanContext(BeanContext context)Sets the currentBeanContext.voidApplicationBuilderData. setBuilderContext(BeanContext ctx)Sets the bean context used by the builder.voidApplicationBuilderData. setParentContext(BeanContext ctx)Sets the parent bean context. -
Uses of BeanContext in net.sf.jguiraffe.gui.builder
Methods in net.sf.jguiraffe.gui.builder that return BeanContext Modifier and Type Method Description BeanContextBuilderData. getBuilderContext()Returns the bean context that is used by the builder and the created components.BeanContextBuilderData. getParentContext()Returns a reference to the parent bean context.Methods in net.sf.jguiraffe.gui.builder with parameters of type BeanContext Modifier and Type Method Description voidBuilderData. setBuilderContext(BeanContext ctx)Sets the bean context used during the builder operation. -
Uses of BeanContext in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components that return BeanContext Modifier and Type Method Description BeanContextComponentBuilderData. getBeanContext()Returns theBeanContextmanaged by this instance.Methods in net.sf.jguiraffe.gui.builder.components with parameters of type BeanContext Modifier and Type Method Description static ComponentGroupComponentGroup. fromBeanContext(BeanContext context, String groupName)Obtains theComponentGroupwith the specified name from the givenBeanContext.static booleanComponentGroup. groupExistsInBeanContext(BeanContext context, String groupName)Tests whether a group with the specified name exists in the givenBeanContext.voidComponentBuilderData. setBeanContext(BeanContext ctx)Allows to set a specificBeanContext. -
Uses of BeanContext in net.sf.jguiraffe.gui.builder.impl
Methods in net.sf.jguiraffe.gui.builder.impl with parameters of type BeanContext Modifier and Type Method Description protected voidJellyBuilder. registerBeanCreationListeners(BeanContext context, BuilderData data)Registers theBeanCreationListenerobjects defined by theBuilderDataobject at the specifiedBeanContext.
-