Uses of Interface
de.mid.innovator.srv2api.icw2dg.DGSelection
-
Packages that use DGSelection Package Description de.mid.innovator.srv2api.icw2dg The documentation package deals with the model documentation configuration and generation.de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of DGSelection in de.mid.innovator.srv2api.icw2dg
Methods in de.mid.innovator.srv2api.icw2dg that return DGSelection Modifier and Type Method Description DGSelection
DGCommand. getDGSelection()
The documentation selection that owns this docu command.Methods in de.mid.innovator.srv2api.icw2dg that return types with arguments of type DGSelection Modifier and Type Method Description java.util.List<DGSelection>
DGFooter. getCSelection()
The selections that uses this footer for the toc.java.util.List<DGSelection>
DGHeader. getCSelection()
The selections that use this header for the toc.java.util.List<DGSelection>
DGDocuStructureRoot. getDGSelection(K_CONTROL_OPTION... behaviourFlags)
All documentation selections assigned to this documentation structure.java.util.List<DGSelection>
DGFooter. getMSelection()
The selections that use this footer for the main text.java.util.List<DGSelection>
DGHeader. getMSelection()
The selections that use this header for the main text.java.util.List<DGSelection>
DGConfig. getSelection()
The selections that use this configuration.java.util.List<DGSelection>
DGTitle. getSelection()
The selections that use this title.Methods in de.mid.innovator.srv2api.icw2dg with parameters of type DGSelection Modifier and Type Method Description void
DGCommand. setDGSelection(DGSelection value)
Set the value of Foreign Key DGSelection. -
Uses of DGSelection in de.mid.innovator.srv2api.icw2meta
Methods in de.mid.innovator.srv2api.icw2meta that return DGSelection Modifier and Type Method Description DGSelection
MMMenuItem. getDGSelection()
Gets the documentation selection associated with this menu item.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type DGSelection Modifier and Type Method Description java.util.List<DGSelection>
MMProfile. getOwnedSelection(K_CONTROL_OPTION... behaviourFlags)
All documentation selection owned by this profile.
-