Uses of Interface
org.palo.api.ext.ui.table.TableFormat

Packages that use TableFormat
org.palo.api.ext.ui.table   
org.palo.api.ext.ui.table.impl   
 

Uses of TableFormat in org.palo.api.ext.ui.table
 

Methods in org.palo.api.ext.ui.table that return TableFormat
 TableFormat TableFormatProvider.getFormat(Element element)
          Reads in the defined TableFormat for the given Element.
 

Uses of TableFormat in org.palo.api.ext.ui.table.impl
 

Methods in org.palo.api.ext.ui.table.impl that return TableFormat
 TableFormat TableFormatPersistence.read(java.lang.String xmlStr)