Uses of Interface
net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl.BeanContributor
-
Packages that use SimpleBeanStoreImpl.BeanContributor Package Description net.sf.jguiraffe.di.impl This package contains various implementations for the interfaces defined in the maindi
package.net.sf.jguiraffe.gui.builder.action Theaction
sub package of the builder contains interfaces and classes for dealing with actions and related objects during a builder operation.net.sf.jguiraffe.gui.builder.components This package defines the part of the builder that deals with components.net.sf.jguiraffe.gui.builder.window The interfaces and classes in this package support the creation of several types of windows in builder scripts. -
-
Uses of SimpleBeanStoreImpl.BeanContributor in net.sf.jguiraffe.di.impl
Methods in net.sf.jguiraffe.di.impl with parameters of type SimpleBeanStoreImpl.BeanContributor Modifier and Type Method Description void
SimpleBeanStoreImpl. addBeanContributor(SimpleBeanStoreImpl.BeanContributor contr)
Adds a newBeanContributor
to this object.void
SimpleBeanStoreImpl. removeBeanContributor(SimpleBeanStoreImpl.BeanContributor contr)
Removes the specified bean contributor from this object. -
Uses of SimpleBeanStoreImpl.BeanContributor in net.sf.jguiraffe.gui.builder.action
Classes in net.sf.jguiraffe.gui.builder.action that implement SimpleBeanStoreImpl.BeanContributor Modifier and Type Class Description class
ActionBuilder
A central data class used during the action builder process. -
Uses of SimpleBeanStoreImpl.BeanContributor in net.sf.jguiraffe.gui.builder.components
Classes in net.sf.jguiraffe.gui.builder.components that implement SimpleBeanStoreImpl.BeanContributor Modifier and Type Class Description class
ComponentBuilderData
A class for storing temporary data and the results of a form builder operation. -
Uses of SimpleBeanStoreImpl.BeanContributor in net.sf.jguiraffe.gui.builder.window
Classes in net.sf.jguiraffe.gui.builder.window that implement SimpleBeanStoreImpl.BeanContributor Modifier and Type Class Description class
WindowBuilderData
A data class that stores important information needed during a window builder process.
-