Uses of Class
org.faktorips.runtime.internal.toc.TocEntryObject

Packages that use TocEntryObject
org.faktorips.runtime.internal.toc   
 

Uses of TocEntryObject in org.faktorips.runtime.internal.toc
 

Classes in org.faktorips.runtime.internal.toc with type parameters of type TocEntryObject
 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.
 

Subclasses of TocEntryObject in org.faktorips.runtime.internal.toc
 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
 

Methods in org.faktorips.runtime.internal.toc that return types with arguments of type TocEntryObject
 List<TocEntryObject> ReadonlyTableOfContents.getEntries()
           
 

Methods in org.faktorips.runtime.internal.toc with parameters of type TocEntryObject
protected  void ReadonlyTableOfContents.internalAddEntry(TocEntryObject entry)
           
protected abstract  void AbstractReadonlyTableOfContents.internalAddEntry(TocEntryObject entry)
          Adds the entry to the table of contents.
 



Copyright © 2015. All rights reserved.