com.tecnick.jxhtmledit
Class JXHTMLedit.tableIndex

java.lang.Object
  extended by com.tecnick.jxhtmledit.JXHTMLedit.tableIndex
Enclosing class:
JXHTMLedit

 class JXHTMLedit.tableIndex
extends java.lang.Object

Class to store caret position of table elements


Field Summary
 java.lang.Integer[][] cell_content_start
           
 java.lang.Integer[][] cell_end
           
 java.lang.Integer[][] cell_start
           
 int cols
           
 int current_col
           
 int current_row
           
 java.lang.Integer[] row_end
           
 java.lang.Integer[] row_start
           
 int rows
           
 int table_end
           
 int table_start
           
 
Constructor Summary
JXHTMLedit.tableIndex()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JXHTMLedit.tableIndex

public JXHTMLedit.tableIndex()