Uses of Class
com.saperion.ngc.viewer.virtualviewer.annotation.ini.Section
-
Packages that use Section Package Description com.saperion.ngc.viewer.virtualviewer.annotation Package for viewer annotation .com.saperion.ngc.viewer.virtualviewer.annotation.ini Package for viewer annotation ini structure classes. -
-
Uses of Section in com.saperion.ngc.viewer.virtualviewer.annotation
Methods in com.saperion.ngc.viewer.virtualviewer.annotation that return types with arguments of type Section Modifier and Type Method Description java.util.Map<java.lang.String,java.util.List<Section>>
JadiceXmlBuilder. getSectionsByPage(java.util.List<Section> components)
Get the Annotations sorted by Page The Hashmap key is the PageNumber, The Hashmap value is a ArrayList of Sections.java.util.List<Section>
JadiceXmlBuilder. parseIni(java.lang.String iniContent)
Parses the annotations defined by the specified ini-string and returns a list of parsed sections.java.util.List<Section>
XmlBuilder. parseIni(java.lang.String iniContent)
Parses the annotations defined by the specified ini-string and returns a list of parsed sections.Method parameters in com.saperion.ngc.viewer.virtualviewer.annotation with type arguments of type Section Modifier and Type Method Description com.saperion.ngc.viewer.virtualviewer.jadice.xml.Annotations
JadiceXmlBuilder. buildXml(java.util.List<Section> parsedIniSections, java.lang.String ixosAnnotationsIni, int ixosPage)
Builds the xml.com.saperion.ngc.viewer.virtualviewer.annotation.xml.elements.Document
XmlBuilder. buildXml(java.util.List<Section> parsedIniSections, java.lang.String ixosAnnotationsIni, int ixosPage)
Builds the xml.java.util.Map<java.lang.String,java.util.List<Section>>
JadiceXmlBuilder. getSectionsByPage(java.util.List<Section> components)
Get the Annotations sorted by Page The Hashmap key is the PageNumber, The Hashmap value is a ArrayList of Sections. -
Uses of Section in com.saperion.ngc.viewer.virtualviewer.annotation.ini
Methods in com.saperion.ngc.viewer.virtualviewer.annotation.ini that return Section Modifier and Type Method Description static Section
Section. getSectionByType(java.util.List<Section> sections, java.lang.String type)
Methods in com.saperion.ngc.viewer.virtualviewer.annotation.ini with parameters of type Section Modifier and Type Method Description static java.lang.String
Section. getValue(Section section, java.lang.String key)
Resolve a String value from a Section with the given key.Method parameters in com.saperion.ngc.viewer.virtualviewer.annotation.ini with type arguments of type Section Modifier and Type Method Description static Section
Section. getSectionByType(java.util.List<Section> sections, java.lang.String type)
-