KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > swing > text > TableView.TableCell

javax.swing.text
Class TableView.TableCell

java.lang.Object
  extended by javax.swing.text.View
      extended by javax.swing.text.CompositeView
          extended by javax.swing.text.BoxView
              extended by javax.swing.text.TableView.TableCell
All Implemented Interfaces:
SwingConstants
Enclosing class:
TableView
See Also:
@Deprecated

public int getColumnCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getGridColumn()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getGridRow()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getRowCount()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setGridLocation(int row,
                            int col)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public TableView.TableCell(Element elem)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags