Interface SelectionAwareViewerTab
-
- All Known Implementing Classes:
CellContent
,ColumnStatistic
,Information
public interface SelectionAwareViewerTab
Interface for spreadsheet viewer tabs that need to react to changes.- Author:
- fracpete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)
Notifies the tab of the currently sheet.
-
-
-
Method Detail
-
sheetSelectionChanged
void sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)
Notifies the tab of the currently sheet.- Parameters:
panel
- the selected sheet panelstate
- the table state
-
-