| Package | Description |
|---|---|
| com.helger.commons.factory | |
| 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 |
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–2016 Philip Helger. All rights reserved.