| Modifier and Type | Class and Description |
|---|---|
class |
StaticResource
A resource abstracted as a simple "id".
|
| Modifier and Type | Class and Description |
|---|---|
class |
CredentialFactory |
| Modifier and Type | Class and Description |
|---|---|
class |
GenericCategory |
| Modifier and Type | Class and Description |
|---|---|
class |
CodeExit<T>
A CodeExit is an
IFunctor implemented in a "foreign" language such as
a scripting language or a proprietary syntax. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonFactory<T>
A common versatile base class for implementing
IFactory. |
class |
GenericFactory<T>
A generic factory implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DeclarationFunctor<T>
|
| Modifier and Type | Class and Description |
|---|---|
class |
MacroAssign<T>
A single "execution" step in a
MacroFunctor. |
class |
MacroBlock
The
MacroBlock allows for aggregation of other IFunctor
instances to a new compound implementation. |
class |
MacroBreak
Break from the next surrounding
MacroLoop. |
class |
MacroCondition
Implementation of conditional execution of an
IFunctor. |
class |
MacroContinue
Continue execution for the next surrounding
MacroLoop. |
class |
MacroFunctor<T>
An
IFunctor based implementation for scripting components. |
class |
MacroLoop
Implementation of repeated execution of an
IFunctor. |
class |
MacroReturn
Return from the execution of a
MacroBlock, regardless of execution
depth. |
| Modifier and Type | Class and Description |
|---|---|
class |
PresentationAdapter
A simple tool for creating a
IPresentationSupport aware objects. |
class |
PropertyPresentation
Common superclass for the PropertyPresentation implementation.
|
class |
PropertyPresentationGroup
A grouping of
PropertyPresentationItem instances. |
class |
PropertyPresentationItem
This is a *very* generic tool for displaying object state.
|
class |
PropertyRenderer
This is a *very* generic tool for displaying object state.
|
| Modifier and Type | Method and Description |
|---|---|
static IPresentationSupport |
PresentationAdapter.create(Object object) |
static IPresentationSupport |
PresentationAdapter.create(Object object,
String label) |
IPresentationSupport |
PropertyRenderer.createPresentationSupport(Object object) |
IPresentationSupport |
IPresentationSupportFactory.createPresentationSupport(Object object)
Create a
IPresentationSupport instance that can be used to
present object. |
IPresentationSupport |
PropertyRenderer.getFieldPresentation() |
IPresentationSupport |
PropertyPresentation.getFieldPresentation() |
IPresentationSupport |
PropertyPresentationItem.getValuePresentation() |
IPresentationSupport |
PropertyPresentation.getValuePresentation() |
IPresentationSupport |
PropertyRenderer.getValuePresentation(Object object) |
| Modifier and Type | Class and Description |
|---|---|
class |
BeanPropertiesNode
A
PropertiesNode that reflects the object properties using plain Java
beans techniques. |
class |
CommonNode<T>
A common implementation for a node in a tree.
|
class |
DeclaredPropertiesNode
A generic
PropertiesNode to collect predefined property children. |
class |
NoneNode
The "none" node.
|
class |
PropertiesNode
A common superclass for a node providing some grouped detail information on a
properties subset of its parent.
|
class |
PropertyNode
A common superclass for a node providing detail information on a specifc
property of its parent.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.