org.jocl.cloth.utils.gui
Class DeviceInfoTableUtil

java.lang.Object
  extended by org.jocl.cloth.utils.gui.DeviceInfoTableUtil

 class DeviceInfoTableUtil
extends java.lang.Object

Utility class to fill a table with device information.


Method Summary
(package private) static void fill(javax.swing.table.DefaultTableModel model, org.jocl.cl_device_id device)
          Fill the given table model with the information about the given device.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

fill

static void fill(javax.swing.table.DefaultTableModel model,
                 org.jocl.cl_device_id device)
Fill the given table model with the information about the given device. The exact wording and order of the information is unspecified and may change between different releases.

Parameters:
model - The table model
device - The device