Uses of Interface
adams.gui.tools.spreadsheetviewer.menu.SpreadSheetViewerAction
-
Packages that use SpreadSheetViewerAction Package Description adams.gui.tools adams.gui.tools.spreadsheetviewer.menu -
-
Uses of SpreadSheetViewerAction in adams.gui.tools
Fields in adams.gui.tools declared as SpreadSheetViewerAction Modifier and Type Field Description protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionDataChart
the "Chart" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionDataComputeDifference
the "compute difference" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionDataConvert
the "Convert" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionDataFilterColumns
the "filter columns" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionDataFilterRows
the "filter rows" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionDataSort
the "Sort" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionDataTransform
the "Transform" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionEditClearClipboard
the "clear clipboard" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionEditPasteFromClipboard
the "paste from clipboard" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionFileClosePage
the "close" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionFileExit
the "exit" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionFileGarbageCollectionOnClose
the "use GC" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionFileOpen
the "open" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionFileSave
the "save" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionFileSaveAs
the "save as" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionHelpFormulas
the "formulas" help menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionViewApplyToAll
the "apply to all" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionViewCellRenderingCustomizer
the "rendering" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionViewDisplayedDecimals
the "displayed decimals" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionViewShowCellTypes
the "show cell types" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_ActionViewShowFormulas
the "show formulas" menu item.protected SpreadSheetViewerAction
SpreadSheetViewerPanel. m_MenuItemHelpQuery
the "query" help menu item.Fields in adams.gui.tools with type parameters of type SpreadSheetViewerAction Modifier and Type Field Description protected List<SpreadSheetViewerAction>
SpreadSheetViewerPanel. m_Actions
menu items. -
Uses of SpreadSheetViewerAction in adams.gui.tools.spreadsheetviewer.menu
Classes in adams.gui.tools.spreadsheetviewer.menu that implement SpreadSheetViewerAction Modifier and Type Class Description class
AbstractSpreadSheetViewerCheckBoxMenuItemAction
Ancestor for checkbox menu item actions in the spreadsheet viewer.class
AbstractSpreadSheetViewerMenuItemAction
Ancestor for simple menu item actions in the spreadsheet viewer.class
AbstractSpreadSheetViewerSubMenuAction
Ancestor for actions in the spreadsheet viewer that generate a submenu.class
DataChart
Generates a chart from the spreadsheet.class
DataComputeDifference
Computes the difference between two spreadsheets.class
DataConvert
Converts the spreadsheet.class
DataFilterColumns
Filters the columns.class
DataFilterRows
Filters the rows.class
DataSort
Sorts the spreadsheet.class
DataTransform
Filters the columns.class
EditClearClipboard
Clears the clipboard.class
EditPasteAsNew
Lets the user paste a spreadsheet from the clipboard.class
FileClosePage
Closes the current page.class
FileExit
Closes the viewer.class
FileGarbageCollectionOnClose
Whether to run garbage collection when closing panels.class
FileOpen
Lets user open a spreadsheet.class
FileSave
Lets user save a modified spreadsheet.class
FileSaveAs
Lets user save a spreadsheet under a new name.class
HelpFormulas
Opens the help for formulas.class
HelpQuery
Opens the help for queries.class
ViewApplyToAll
Whether settings to apply to all tabs.class
ViewCellRenderingCustomizer
Allows the user to change the cell rendering customizer.class
ViewDecimals
Allows the user to enter the number of displayed decimals.class
ViewShowCellTypes
Allows the user to display the cell types or values.class
ViewShowFormulas
Allows the user to display formulas or the calculated values.
-