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 interfaceDGAdditionalHeadingAn additional structuring chapter in the documentation structure.interfaceDGAttachmentChapterA DGAttachmentChapter is a specialization of a documentation standard chapter.interfaceDGDocuStructureRootThe root of a documentation structure.interfaceDGLinkRepresents a usage of a documentation template in a documentation structure.interfaceDGPictureDGPictures are specializations of documentation standard chapters.interfaceDGRootRepresents the root of a documentation.interfaceDGStandardChapterRepresents a chapter in the documentation containing information about a model element.interfaceDGTemplateA template of documentation standard chapters for common usage in documentation structures.interfaceDGTreeLinkRepresents a usage of a model browser template in a model browser tree.interfaceDGTreeStructureRootRepresents the root of the innovator model browser's detail view window's root.interfaceDGTreeTemplateA template of documentation standard chapters for common usage in model browsers.interfaceDGVerifyChapterA chapter in the documentation containing verification information about a model element.interfaceDGViewChapterDGViewChapters 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 DGChapterDGTableColumn. getChapter()The chapter assigned to this table column.DGChapterDGChapter. getOwningChapter()The documentation chapter owning this documentation chapter.DGChapterDGChapter. getRedefinedChapter()
-