com.tecnick.jxhtmledit
Class JXHTMLedit.tableIndex
java.lang.Object
com.tecnick.jxhtmledit.JXHTMLedit.tableIndex
- Enclosing class:
- JXHTMLedit
class JXHTMLedit.tableIndex
- extends java.lang.Object
Class to store caret position of table elements
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
table_start
public int table_start
table_end
public int table_end
row_start
public java.lang.Integer[] row_start
row_end
public java.lang.Integer[] row_end
cell_start
public java.lang.Integer[][] cell_start
cell_end
public java.lang.Integer[][] cell_end
cell_content_start
public java.lang.Integer[][] cell_content_start
current_row
public int current_row
current_col
public int current_col
rows
public int rows
cols
public int cols
JXHTMLedit.tableIndex
public JXHTMLedit.tableIndex()