| Modifier and Type | Class and Description |
|---|---|
class |
ParentProviderHasParent<PARENTTYPE extends IHasParent<PARENTTYPE>>
A standard implementation of the
IParentProvider interface that works
with all types that implement IHasParent. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IMicroCDATA
Represents a CDATA node.
|
interface |
IMicroComment
Represents a comment node.
|
interface |
IMicroContainer
This interface is just a hull for a node that has no properties itself but
contains children.
|
interface |
IMicroDocument
Represents a complete document.
|
interface |
IMicroDocumentType
Represents the document type of a document.
|
interface |
IMicroElement
Represents a single element (=tag) of a document.
|
interface |
IMicroEntityReference
Represents the reference to an entity.
|
interface |
IMicroNode
This is the base interface for all kind of nodes in the micro document object
model.
|
interface |
IMicroNodeWithChildren
A special marker interface that is implemented by classes, that really
support having children!
|
interface |
IMicroProcessingInstruction
Represents a processing instruction.
|
interface |
IMicroText
Represents a text node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMicroNode
This is an abstract base class for the micro document object model.
|
class |
AbstractMicroNodeWithChildren
Basic implementation class for the micro document object model.
|
class |
MicroCDATA
Default implementation of the
IMicroCDATA interface. |
class |
MicroComment
Default implementation of the
IMicroComment interface. |
class |
MicroContainer
Default implementation of the
IMicroContainer interface. |
class |
MicroDocument
Default implementation of the
IMicroDocument interface. |
class |
MicroDocumentType
Default implementation of the
IMicroDocumentType interface. |
class |
MicroElement
Default implementation of the
IMicroElement interface. |
class |
MicroEntityReference
Default implementation of the
IMicroEntityReference interface. |
class |
MicroProcessingInstruction
Default implementation of the
IMicroProcessingInstruction interface. |
class |
MicroText
Default implementation of the
IMicroText interface. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IBasicTreeItem<DATATYPE,ITEMTYPE extends IBasicTreeItem<DATATYPE,ITEMTYPE>>
Base interface both for normal tree items and tree items with ID.
|
interface |
ITreeItem<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>>
Base interface for simple tree items
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTreeItem<DATATYPE,ITEMTYPE extends ITreeItem<DATATYPE,ITEMTYPE>>
Basic implementation of the
ITreeItem interface |
class |
DefaultTreeItem<DATATYPE>
Default implementation of the
ITreeItem interface |
| Modifier and Type | Method and Description |
|---|---|
static <KEYTYPE,DATATYPE extends IHasParent<DATATYPE> & IHasID<KEYTYPE>> |
TreeWithIDBuilder.buildTree(Collection<? extends DATATYPE> aAll)
A generic method to build a tree of objects.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
Represents a basic tree item with an ID.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicTreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE extends ITreeItemWithID<KEYTYPE,DATATYPE,ITEMTYPE>>
Basic tree item with ID implementation, independent of the implementation
type.
|
class |
DefaultTreeItemWithID<KEYTYPE,DATATYPE>
Special implementation of
BasicTreeItemWithID using the item type
DefaultTreeItemWithID. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends IFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>
This interface represents a single folder within a directory tree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>,ITEMTYPE extends BasicFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE,ITEMTYPE>>
Base implementation of the
IFolderTreeItem interface. |
class |
DefaultFolderTreeItem<KEYTYPE,DATATYPE,COLLTYPE extends Collection<DATATYPE>>
Default implementation of the
IFolderTreeItem interface. |
Copyright © 2014–2015 Philip Helger. All rights reserved.