Uses of Class
com.saperion.ngc.viewer.StructureList
-
Packages that use StructureList Package Description com.saperion.ngc.viewer Package for viewer component classes. -
-
Uses of StructureList in com.saperion.ngc.viewer
Fields in com.saperion.ngc.viewer declared as StructureList Modifier and Type Field Description protected StructureList<?>AbstractDocumentView. multiDocumentListStructure view.Methods in com.saperion.ngc.viewer that return StructureList Modifier and Type Method Description StructureList<?>AbstractDocumentView. getStructureList()Gets the structure list.StructureList<?>DocumentView. getStructureList()Gets the structure list.Constructors in com.saperion.ngc.viewer with parameters of type StructureList Constructor Description StructureButtons(StructureList<?> multiDocumentList)Instantiates a new button-bar for the structure view.
-