See: Description
| Interface | Description |
|---|---|
| ObjectGrouper |
An interface that can convert a object to a group so that the objects that has the same group can be grouped
together.
|
| Class | Description |
|---|---|
| AbstractObjectGrouper |
The abstract implementation of
ObjectGrouper. |
| DefaultObjectGrouper |
Default implementation of
ObjectGrouper. |
| GrouperContext |
The context object used by ObjectGrouper.
|
| GroupResources | |
| ObjectGrouperManager |
A global object that can register Object Grouper with a type and a GrouperContext.
|