org.grinvin.worksheet

Interface HasRequestedCell

Known Implementing Classes:
GraphPropertiesTableComponent, GraphTableComponent

public interface HasRequestedCell

Interface for JTables that can have a special requested cell.

Method Summary

boolean
isRequestedCell(int row, int column)
void
setRequestedCell(int row, int column)

Method Details

isRequestedCell

public boolean isRequestedCell(int row,
                               int column)

setRequestedCell

public void setRequestedCell(int row,
                             int column)