Uses of Interface
com.yworks.xml.graphml.TableType.Rows
Packages that use TableType.Rows
-
Uses of TableType.Rows in com.yworks.xml.graphml
Methods in com.yworks.xml.graphml that return TableType.RowsModifier and TypeMethodDescriptionTableType.addNewRows()Appends and returns a new empty "Rows" elementTableType.getRows()Gets the "Rows" elementstatic TableType.RowsTableType.Rows.Factory.newInstance()static TableType.RowsTableType.Rows.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) Methods in com.yworks.xml.graphml with parameters of type TableType.RowsModifier and TypeMethodDescriptionvoidTableType.setRows(TableType.Rows rows) Sets the "Rows" element -
Uses of TableType.Rows in com.yworks.xml.graphml.impl
Classes in com.yworks.xml.graphml.impl that implement TableType.RowsModifier and TypeClassDescriptionstatic classAn XML Rows(@http://www.yworks.com/xml/graphml).Methods in com.yworks.xml.graphml.impl that return TableType.RowsModifier and TypeMethodDescriptionTableTypeImpl.addNewRows()Appends and returns a new empty "Rows" elementTableTypeImpl.getRows()Gets the "Rows" elementMethods in com.yworks.xml.graphml.impl with parameters of type TableType.RowsModifier and TypeMethodDescriptionvoidTableTypeImpl.setRows(TableType.Rows rows) Sets the "Rows" element