| Package | Description |
|---|---|
| org.faktorips.runtime.internal.toc |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTocEntryFactory<T extends TocEntryObject> |
interface |
ITocEntryFactory<T extends TocEntryObject>
A
ITocEntryFactory implementation is used to load TocEntryObjects of a given type
identified by their XML tag. |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomTocEntryObject<T>
A TOC entry for a custom type of runtime object.
|
class |
EnumContentTocEntry
A
TocEntryObject representing an enum content element |
class |
EnumXmlAdapterTocEntry
A
TocEntryObject representing a enum xml adapter element |
class |
FormulaTestTocEntry
A special kind of
TestCaseTocEntry for formula test entries |
class |
ModelTypeTocEntry
This
TocEntryObject represents an entry for model types |
class |
PolicyCmptTypeTocEntry
This special kind of
ModelTypeTocEntry represents an entry for policy component types |
class |
ProductCmptTocEntry
A
TocEntryObject for IProductComponents |
class |
ProductCmptTypeTocEntry
This special kind of
ModelTypeTocEntry represents an entry for product component types |
class |
TableContentTocEntry
A
TocEntryObject for table contents |
class |
TestCaseTocEntry
A
TocEntryObject for test cases |
| Modifier and Type | Method and Description |
|---|---|
List<TocEntryObject> |
ReadonlyTableOfContents.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ReadonlyTableOfContents.internalAddEntry(TocEntryObject entry) |
protected abstract void |
AbstractReadonlyTableOfContents.internalAddEntry(TocEntryObject entry)
Adds the entry to the table of contents.
|
Copyright © 2016. All rights reserved.