Uses of Class
com.orchestranetworks.addon.dmdv.model.extension.TableStyle
-
Packages that use TableStyle Package Description com.orchestranetworks.addon.dmdv.model.extension Provides the interface and classes to generate data model graphs from external sources and customize look and feel. -
-
Uses of TableStyle in com.orchestranetworks.addon.dmdv.model.extension
Methods in com.orchestranetworks.addon.dmdv.model.extension that return TableStyle Modifier and Type Method Description TableStyleGraphModelTemplate. getExternalTableStyle()Returns the external table style.TableStyleGraphModelTemplate. getTableStyle()Returns the table style.Methods in com.orchestranetworks.addon.dmdv.model.extension with parameters of type TableStyle Modifier and Type Method Description voidGraphModelTemplate. setExternalTableStyle(TableStyle externalTableStyle)Sets the external table style.voidGraphModelTemplate. setTableStyle(TableStyle tableStyle)Sets the table style.
-