Uses of Class
net.sf.jguiraffe.di.impl.SimpleBeanStoreImpl
-
Packages that use SimpleBeanStoreImpl Package Description 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 in net.sf.jguiraffe.gui.builder.action
Methods in net.sf.jguiraffe.gui.builder.action with parameters of type SimpleBeanStoreImpl Modifier and Type Method Description void
ActionBuilder. initBeanStore(SimpleBeanStoreImpl store)
Initializes the specified bean store object. -
Uses of SimpleBeanStoreImpl in net.sf.jguiraffe.gui.builder.components
Methods in net.sf.jguiraffe.gui.builder.components with parameters of type SimpleBeanStoreImpl Modifier and Type Method Description void
ComponentBuilderData. initBeanStore(SimpleBeanStoreImpl store)
Initializes the specified bean store object. -
Uses of SimpleBeanStoreImpl in net.sf.jguiraffe.gui.builder.window
Methods in net.sf.jguiraffe.gui.builder.window with parameters of type SimpleBeanStoreImpl Modifier and Type Method Description void
WindowBuilderData. initBeanStore(SimpleBeanStoreImpl store)
Initializes the specified bean store.
-