|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JTableUtil.Cell | |
---|---|
net.sourceforge.jsh3modtool.gui.imagetable | |
net.sourceforge.jsh3modtool.gui.imagetable.utils |
Uses of JTableUtil.Cell in net.sourceforge.jsh3modtool.gui.imagetable |
---|
Methods in net.sourceforge.jsh3modtool.gui.imagetable that return JTableUtil.Cell | |
---|---|
JTableUtil.Cell |
ImageTableModel.getTableCell(BaseCell cell)
Returns a JTableUtil.Cell from the specified list index |
Methods in net.sourceforge.jsh3modtool.gui.imagetable with parameters of type JTableUtil.Cell | |
---|---|
java.lang.Object |
ImageTableModel.getValueAt(JTableUtil.Cell cell)
Returns the value for the cell at columnIndex and
rowIndex . |
Uses of JTableUtil.Cell in net.sourceforge.jsh3modtool.gui.imagetable.utils |
---|
Methods in net.sourceforge.jsh3modtool.gui.imagetable.utils that return JTableUtil.Cell | |
---|---|
static JTableUtil.Cell |
JTableUtil.getCell(javax.swing.JTable table,
int x,
int y)
Returns the Cell that spans over the pixel |
Methods in net.sourceforge.jsh3modtool.gui.imagetable.utils with parameters of type JTableUtil.Cell | |
---|---|
static void |
JTableUtil.scrollToCenter(javax.swing.JTable table,
JTableUtil.Cell cell)
Scrolls the table (its Viewport) so the indicated cell is in the center Note that the table must be inside a JViewport |
static void |
JTableUtil.scrollToVisible(javax.swing.JTable table,
JTableUtil.Cell cell)
Scrolls the table so the specified cell is visible in the table, Note that the table must be inside a JViewport note this may be anywhere in the visible viewport. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |