net.sourceforge.jsh3modtool.gui.imagetable.utils
Class JTableUtil.Cell

java.lang.Object
  extended by net.sourceforge.jsh3modtool.gui.imagetable.utils.JTableUtil.Cell
Enclosing class:
JTableUtil

public static class JTableUtil.Cell
extends java.lang.Object

Public internal class for describing a Cell in a Table


Field Summary
 int column
           
 int row
           
 
Constructor Summary
JTableUtil.Cell(int r, int c)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

public int row

column

public int column
Constructor Detail

JTableUtil.Cell

public JTableUtil.Cell(int r,
                       int c)


Copyright © 2005 sourceforge.net. All Rights Reserved.