FTP-Server API

Uses of Class
graphic.services.JQTableData

Packages that use JQTableData
graphic.services   
 

Uses of JQTableData in graphic.services
 

Methods in graphic.services that return JQTableData
 JQTableData JQTable.getJQTableData()
          The classes TableModel
 

Methods in graphic.services with parameters of type JQTableData
 void JQTable.setJQTableData(JQTableData tableModel)
          Sets the TableModel for this table.
 void JQTable.setJQTableData(JQTableData tableModel, int[] size)
          Sets the TableModel for this table, and sets the columns sizes
 

Constructors in graphic.services with parameters of type JQTableData
JQTable(JQTableData tm)
          Constructor
 


FTP-Server API