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.SpreadSheetPanelSpreadSheetViewerPanel. getCurrentPanel()Returns the currently selected panel.Methods in adams.gui.tools with parameters of type SpreadSheetPanel Modifier and Type Method Description booleanSpreadSheetViewerPanel. 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 SpreadSheetPanelAbstractDataPlugin. m_CurrentPanelthe current panel.protected SpreadSheetPanelAbstractViewPlugin. m_CurrentPanelthe current panel.protected SpreadSheetPanel[]AbstractSelectedSheetsDataPlugin. m_SelectedPanelsfor panels to work on.protected SpreadSheetPanel[]AbstractSelectedSheetsViewPlugin. m_SelectedPanelsfor panels to work on.Methods in adams.gui.tools.spreadsheetviewer that return SpreadSheetPanel Modifier and Type Method Description SpreadSheetPanelMultiPagePane. addPage(File file, SpreadSheet sheet)Adds the sheet.SpreadSheetPanelMultiPagePane. 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.SpreadSheetPanelAbstractDataPlugin. getCurrentPanel()Returns the current panel.SpreadSheetPanelAbstractViewPlugin. getCurrentPanel()Returns the current panel.SpreadSheetPanelMultiPagePane. getCurrentPanel()Returns the currently selected panel.SpreadSheetPanelMultiPagePane. 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 booleanAbstractDataPlugin. canProcess(SpreadSheetPanel panel)Returns whether the panel can be processed.booleanAppend. canProcess(SpreadSheetPanel panel)Returns whether the panel can be processed.booleanMerge. canProcess(SpreadSheetPanel panel)Returns whether the panel can be processed.booleanAbstractViewPlugin. canView(SpreadSheetPanel panel)Returns whether a view can be generated.protected booleanMultiPagePane. 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.voidAbstractDataPlugin. setCurrentPanel(SpreadSheetPanel value)Sets the current panel.voidAbstractViewPlugin. 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 SpreadSheetPanelAbstractSpreadSheetViewerMenuItemAction. 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 SpreadSheetPanelAbstractViewerTab. getCurrentPanel()Returns the current flow panel.Methods in adams.gui.tools.spreadsheetviewer.tab with parameters of type SpreadSheetPanel Modifier and Type Method Description voidViewerTabManager. notifyTabs(SpreadSheetPanel panel)Notifies all the selection aware tabs that the selection of sheet/rows has changed.voidViewerTabManager. notifyTabs(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)Notifies all the selection aware tabs that the selection of sheet/rows has changed.voidViewerTabManager. refresh(SpreadSheetPanel panel)Notifies all the tabs.voidCellContent. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)Notifies the tab of the currently sheet.voidColumnStatistic. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)Notifies the tab of the currently sheet.voidInformation. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)Notifies the tab of the currently sheet.voidSelectionAwareViewerTab. sheetSelectionChanged(SpreadSheetPanel panel, SpreadSheetTablePopupMenuItemHelper.TableState state)Notifies the tab of the currently sheet.
-