| Package | Description |
|---|---|
| com.helger.commons.factory | |
| com.helger.commons.jaxb.validation | |
| com.helger.commons.tree |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IHierarchicalFactory<DATATYPE>
This is a generic interface for creating objects of a certain type that have
a parent item.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IValidationEventHandlerFactory
Factory interface for
ValidationEventHandler objects. |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectingLoggingValidationEventHandlerFactory
Implementation of
IValidationEventHandlerFactory creating
CollectingValidationEventHandler encapsulating
LoggingValidationEventHandler objects. |
class |
CollectingValidationEventHandlerFactory
Implementation of
IValidationEventHandlerFactory creating
CollectingValidationEventHandler objects. |
class |
ConstantValidationEventHandlerFactory
Implementation of
IValidationEventHandlerFactory using a constant
ValidationEventHandler object. |
class |
DoNothingValidationEventHandlerFactory
Implementation of
IValidationEventHandlerFactory creating
DoNothingValidationEventHandler objects. |
class |
LoggingValidationEventHandlerFactory
Implementation of
IValidationEventHandlerFactory creating
LoggingValidationEventHandler objects. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>>
Interface for a simple tree item factory
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTreeItemFactory<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>>
Abstract implementation of the
ITreeItemFactory interface |
class |
DefaultTreeItemFactory<DATATYPE>
Implementation of the
ITreeItemFactory for DefaultTreeItem
implementation |
Copyright © 2014–2015 Philip Helger. All rights reserved.