Class JTables

java.lang.Object
jaxx.runtime.swing.JTables

public class JTables
extends java.lang.Object
Some usefull methods on JTable. Created on 12/4/14.
Since:
2.18
Author:
Tony Chemit - chemit@codelutin.com
  • Constructor Summary

    Constructors
    Constructor Description
    JTables()  
  • Method Summary

    Modifier and Type Method Description
    static void doSelectCell​(javax.swing.JTable table, int rowIndex, int columnIndex)  
    static void selectFirstCellOnFirstRowAndStopEditing​(javax.swing.JTable table)  
    static void selectFirstCellOnLastRow​(javax.swing.JTable table)  
    static void selectFirstCellOnRow​(javax.swing.JTable table, int row, boolean stopEdit)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JTables

      public JTables()
  • Method Details

    • selectFirstCellOnFirstRowAndStopEditing

      public static void selectFirstCellOnFirstRowAndStopEditing​(javax.swing.JTable table)
    • selectFirstCellOnLastRow

      public static void selectFirstCellOnLastRow​(javax.swing.JTable table)
    • selectFirstCellOnRow

      public static void selectFirstCellOnRow​(javax.swing.JTable table, int row, boolean stopEdit)
    • doSelectCell

      public static void doSelectCell​(javax.swing.JTable table, int rowIndex, int columnIndex)