Uses of Interface
de.mid.innovator.srv2api.icw2dg.DGChapter
-
Packages that use DGChapter Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation. -
-
Uses of DGChapter in de.mid.innovator.srv2api.icw2dg
Subinterfaces of DGChapter in de.mid.innovator.srv2api.icw2dg Modifier and Type Interface Description interface
DGAdditionalHeading
An additional structuring chapter in the documentation structure.interface
DGAttachmentChapter
A DGAttachmentChapter is a specialization of a documentation standard chapter.interface
DGDocuStructureRoot
The root of a documentation structure.interface
DGLink
Represents a usage of a documentation template in a documentation structure.interface
DGPicture
DGPictures are specializations of documentation standard chapters.interface
DGRoot
Represents the root of a documentation.interface
DGStandardChapter
Represents a chapter in the documentation containing information about a model element.interface
DGTemplate
A template of documentation standard chapters for common usage in documentation structures.interface
DGTreeLink
Represents a usage of a model browser template in a model browser tree.interface
DGTreeStructureRoot
Represents the root of the innovator model browser's detail view window's root.interface
DGTreeTemplate
A template of documentation standard chapters for common usage in model browsers.interface
DGVerifyChapter
A chapter in the documentation containing verification information about a model element.interface
DGViewChapter
DGViewChapters are specializations of documentation standard chapters structuring information about one or more model elements of a specific type.Methods in de.mid.innovator.srv2api.icw2dg with type parameters of type DGChapter Modifier and Type Method Description <T extends DGChapter>
java.util.List<T>DGChapter. getOwnedChapter(java.lang.Class<T> returnType, K_CONTROL_OPTION... behaviourFlags)
All documentation chapters owned by this documentation chapter.<T extends DGChapter>
java.util.List<T>DGChapter. getRedefiningChapter(java.lang.Class<T> returnType)
Methods in de.mid.innovator.srv2api.icw2dg that return DGChapter Modifier and Type Method Description DGChapter
DGTableColumn. getChapter()
The chapter assigned to this table column.DGChapter
DGChapter. getOwningChapter()
The documentation chapter owning this documentation chapter.DGChapter
DGChapter. getRedefinedChapter()
-