Uses of Class
adams.gui.tools.spreadsheetviewer.SpreadSheetPanel
-
Packages that use SpreadSheetPanel Package Description adams.gui.tools adams.gui.tools.spreadsheetviewer adams.gui.tools.spreadsheetviewer.menu adams.gui.tools.spreadsheetviewer.tab -
-
Uses of SpreadSheetPanel in adams.gui.tools
Methods in adams.gui.tools that return SpreadSheetPanel Modifier and Type Method Description SpreadSheetPanel[]
SpreadSheetViewerPanel. getAllPanels()
Returns all the image panels.SpreadSheetPanel
SpreadSheetViewerPanel. getCurrentPanel()
Returns the currently selected panel.Methods in adams.gui.tools with parameters of type SpreadSheetPanel Modifier and Type Method Description boolean
SpreadSheetViewerPanel. checkForModified(SpreadSheetPanel panel)
Returns whether we can proceed with the operation or not, depending on whether the user saved the sheet or discarded the changes. -
Uses of SpreadSheetPanel in adams.gui.tools.spreadsheetviewer
Fields in adams.gui.tools.spreadsheetviewer declared as SpreadSheetPanel Modifier and Type Field Description protected SpreadSheetPanel
AbstractDataPlugin. m_CurrentPanel
the current panel.protected SpreadSheetPanel
AbstractViewPlugin. m_CurrentPanel
the current panel.protected SpreadSheetPanel[]
AbstractSelectedSheetsDataPlugin. m_SelectedPanels
for panels to work on.protected SpreadSheetPanel[]
AbstractSelectedSheetsViewPlugin. m_SelectedPanels
for panels to work on.Methods in adams.gui.tools.spreadsheetviewer that return SpreadSheetPanel Modifier and Type Method Description SpreadSheetPanel
MultiPagePane. addPage(File file, SpreadSheet sheet)
Adds the sheet.SpreadSheetPanel
MultiPagePane. addPage(String title, SpreadSheet sheet)
Adds the sheet.protected SpreadSheetPanel[]
AbstractSelectedSheetsDataPlugin. getAllPanels()
Returns all the available panels in the image viewer.protected SpreadSheetPanel[]
AbstractSelectedSheetsViewPlugin. getAllPanels()
Returns all the available panels in the image viewer.SpreadSheetPanel[]
MultiPagePane. getAllPanels()
Returns all the image panels.SpreadSheetPanel
AbstractDataPlugin. getCurrentPanel()
Returns the current panel.SpreadSheetPanel
AbstractViewPlugin. getCurrentPanel()
Returns the current panel.SpreadSheetPanel
MultiPagePane. getCurrentPanel()
Returns the currently selected panel.SpreadSheetPanel
MultiPagePane. getPanelAt(int index)
Returns the panel at the specified position.Methods in adams.gui.tools.spreadsheetviewer with parameters of type SpreadSheetPanel Modifier and Type Method Description boolean
AbstractDataPlugin. canProcess(SpreadSheetPanel panel)
Returns whether the panel can be processed.boolean
Append. canProcess(SpreadSheetPanel panel)
Returns whether the panel can be processed.boolean
Merge. canProcess(SpreadSheetPanel panel)
Returns whether the panel can be processed.boolean
AbstractViewPlugin. canView(SpreadSheetPanel panel)
Returns whether a view can be generated.protected boolean
MultiPagePane. checkForModified(SpreadSheetPanel panel)
Returns whether we can proceed with the operation or not, depending on whether the user saved the sheet or discarded the changes.void
AbstractDataPlugin. setCurrentPanel(SpreadSheetPanel value)
Sets the current panel.void
AbstractViewPlugin. setCurrentPanel(SpreadSheetPanel value)
Sets the current panel. -
Uses of SpreadSheetPanel in adams.gui.tools.spreadsheetviewer.menu
Methods in adams.gui.tools.spreadsheetviewer.menu that return SpreadSheetPanel Modifier and Type Method Description protected SpreadSheetPanel
AbstractSpreadSheetViewerMenuItemAction. getSelectedPanel()
Returns the current panel. -
Uses of SpreadSheetPanel in adams.gui.tools.spreadsheetviewer.tab
Methods in adams.gui.tools.spreadsheetviewer.tab that return SpreadSheetPanel Modifier and Type Method Description SpreadSheetPanel
AbstractViewerTab. getCurrentPanel()
Returns the current flow panel.Methods in adams.gui.tools.spreadsheetviewer.tab with parameters of type SpreadSheetPanel Modifier and Type Method Description void
ViewerTabManager. notifyTabs(SpreadSheetPanel panel)
Notifies all the selection aware tabs that the selection of sheet/rows has changed.void
ViewerTabManager. notifyTabs(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)
Notifies all the selection aware tabs that the selection of sheet/rows has changed.void
ViewerTabManager. refresh(SpreadSheetPanel panel)
Notifies all the tabs.void
CellContent. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)
Notifies the tab of the currently sheet.void
ColumnStatistic. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)
Notifies the tab of the currently sheet.void
Information. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)
Notifies the tab of the currently sheet.void
SelectionAwareViewerTab. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)
Notifies the tab of the currently sheet.
-