com.jzy3d.surfedit.swing.table
Class TableDebugUtils

java.lang.Object
  extended by com.jzy3d.surfedit.swing.table.TableDebugUtils

public class TableDebugUtils
extends java.lang.Object


Constructor Summary
TableDebugUtils()
           
 
Method Summary
static void outputSelection(javax.swing.JTable table)
           
static void printActionsFor(SurfEditTable table, java.lang.String keyStroke)
          example: "pressed ENTER"
static void printInputAndActionMaps(SurfEditTable table)
           
static void printInputAndActionMaps2(SurfEditTable table)
           
static void printTableData(javax.swing.JTable table)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableDebugUtils

public TableDebugUtils()
Method Detail

printTableData

public static void printTableData(javax.swing.JTable table)

outputSelection

public static void outputSelection(javax.swing.JTable table)

printInputAndActionMaps

public static void printInputAndActionMaps(SurfEditTable table)

printInputAndActionMaps2

public static void printInputAndActionMaps2(SurfEditTable table)

printActionsFor

public static void printActionsFor(SurfEditTable table,
                                   java.lang.String keyStroke)
example: "pressed ENTER"