|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BaseCell | |
|---|---|
| net.sourceforge.jsh3modtool.gui.imagetable | |
| net.sourceforge.jsh3modtool.gui.imagetable.cache | |
| net.sourceforge.jsh3modtool.gui.imagetable.cellfilters | |
| Uses of BaseCell in net.sourceforge.jsh3modtool.gui.imagetable |
|---|
| Subclasses of BaseCell in net.sourceforge.jsh3modtool.gui.imagetable | |
|---|---|
class |
FolderCell
A Cell model for a folder on a disk. |
class |
ImageCell
A Table cell for an Image |
| Methods in net.sourceforge.jsh3modtool.gui.imagetable with parameters of type BaseCell | |
|---|---|
boolean |
ImageTableModel.contains(BaseCell cell)
Returns if the model contains the specified cell |
void |
ImageTableModel.fireTableCellUpdate(BaseCell cell)
Fires a cell update. |
JTableUtil.Cell |
ImageTableModel.getTableCell(BaseCell cell)
Returns a JTableUtil.Cell from the specified list index |
void |
ImageTableModel.imageIsLoaded(BaseCell cell)
Invoked when an image has been loaded, specified by the index in the list This method fires a cell update event. |
| Uses of BaseCell in net.sourceforge.jsh3modtool.gui.imagetable.cache |
|---|
| Methods in net.sourceforge.jsh3modtool.gui.imagetable.cache with parameters of type BaseCell | |
|---|---|
void |
ImageLoadingListener.imageIsLoaded(BaseCell cell)
Invoked when an image has been loaded, specified by the index in the list This method fires a cell update event. |
| Uses of BaseCell in net.sourceforge.jsh3modtool.gui.imagetable.cellfilters |
|---|
| Methods in net.sourceforge.jsh3modtool.gui.imagetable.cellfilters with parameters of type BaseCell | |
|---|---|
boolean |
SelectedImagesFilter.accept(BaseCell cell)
Returns if the cell is accepted by this Filter. |
boolean |
CellFilter.accept(BaseCell cell)
Returns if the cell is accepted by this Filter. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||