Class TablesFacilityHelper


  • public class TablesFacilityHelper
    extends java.lang.Object
    Helper class which deals with the various conversions from omero.grid objects into plain Java, respectively gateway.model objects
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected omero.grid.Column[] getGridColumns()
      Get the grid columns; (parseTableData(TableData) needs to be called first)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getGridColumns

        protected omero.grid.Column[] getGridColumns()
        Get the grid columns; (parseTableData(TableData) needs to be called first)
        Returns:
        See above