Package | Description |
---|---|
net.sf.jguiraffe.di.impl |
This package contains various implementations for the interfaces defined in the
main
di package. |
net.sf.jguiraffe.di.impl.providers |
In the
providers sub package different implementations of the
BeanProvider interface can be found. |
net.sf.jguiraffe.gui.builder.action |
The
action 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.di.tags |
In this package tag handler classes for defining beans in a Jelly script can be
found.
|
net.sf.jguiraffe.gui.builder.window |
The interfaces and classes in this package support the creation of several types
of windows in builder scripts.
|
Class and Description |
---|
ClassDependency
An implementation of the
Dependency interface that allows to
define a dependency based on a bean class. |
ClassDescription
A helper class for defining references to classes.
|
HelperInvocations
An enumeration class defining some simple helper
Invokable
implementations. |
Invocation
A base class for (method or constructor) invocations.
|
Invokable
Definition of an interface for objects that perform some kind of method
invocation.
|
NameDependency
An implementation of the
Dependency interface that allows to
define a dependency based on the name of a bean. |
NullInvocation
Deprecated.
Use
HelperInvocations instead; it provides some dummy
implementations of the Invokable interface which are useful in some
situations where a full-blown implementation is not required. |
SimpleBeanStoreImpl.BeanContributor
Definition of an interface for objects that can contribute beans for a
SimpleBeanStoreImpl object. |
Class and Description |
---|
ClassDescription
A helper class for defining references to classes.
|
ConstructorInvocation
A class that represents a constructor invocation.
|
Invokable
Definition of an interface for objects that perform some kind of method
invocation.
|
MethodInvocation
A class that represents a method invocation.
|
Class and Description |
---|
SimpleBeanStoreImpl
A helper class that simplifies implementations of the
BeanStore
interface. |
SimpleBeanStoreImpl.BeanContributor
Definition of an interface for objects that can contribute beans for a
SimpleBeanStoreImpl object. |
Class and Description |
---|
SimpleBeanStoreImpl
A helper class that simplifies implementations of the
BeanStore
interface. |
SimpleBeanStoreImpl.BeanContributor
Definition of an interface for objects that can contribute beans for a
SimpleBeanStoreImpl object. |
Class and Description |
---|
ChainedInvocation
A special implementation of the
Invokable interface that
allows aggregating an arbitrary number of Invokable objects to
a kind of script. |
ClassDescription
A helper class for defining references to classes.
|
Invokable
Definition of an interface for objects that perform some kind of method
invocation.
|
Class and Description |
---|
SimpleBeanStoreImpl
A helper class that simplifies implementations of the
BeanStore
interface. |
SimpleBeanStoreImpl.BeanContributor
Definition of an interface for objects that can contribute beans for a
SimpleBeanStoreImpl object. |
Copyright © 2016 The JGUIraffe Team. All rights reserved.