Interface SpreadSheetViewerAction
-
- All Superinterfaces:
Action
,ActionListener
,BaseAction
,CleanUpHandler
,EventListener
,PropertiesAction<SpreadSheetViewerPanel>
- All Known Implementing Classes:
AbstractSpreadSheetViewerCheckBoxMenuItemAction
,AbstractSpreadSheetViewerMenuItemAction
,AbstractSpreadSheetViewerSubMenuAction
,DataChart
,DataComputeDifference
,DataConvert
,DataFilterColumns
,DataFilterRows
,DataSort
,DataTransform
,EditClearClipboard
,EditPasteAsNew
,FileClosePage
,FileExit
,FileGarbageCollectionOnClose
,FileOpen
,FileSave
,FileSaveAs
,HelpFormulas
,HelpQuery
,ViewApplyToAll
,ViewCellRenderingCustomizer
,ViewDecimals
,ViewOptimalColumnWidth
,ViewSetColumnWidth
,ViewShowCellTypes
,ViewShowFormulas
public interface SpreadSheetViewerAction extends PropertiesAction<SpreadSheetViewerPanel>
Interface for menu items in the menu of the spreadsheet viewer.- Version:
- $Revision: 9881 $
- Author:
- fracpete
-
-
Field Summary
-
Fields inherited from interface javax.swing.Action
ACCELERATOR_KEY, ACTION_COMMAND_KEY, DEFAULT, DISPLAYED_MNEMONIC_INDEX_KEY, LARGE_ICON_KEY, LONG_DESCRIPTION, MNEMONIC_KEY, NAME, SELECTED_KEY, SHORT_DESCRIPTION, SMALL_ICON
-
-
Method Summary
-
Methods inherited from interface javax.swing.Action
accept, addPropertyChangeListener, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
-
Methods inherited from interface java.awt.event.ActionListener
actionPerformed
-
Methods inherited from interface adams.gui.action.BaseAction
cleanUp, getAccelerator, getIcon, getMnemonic, getName, getToolTipText, hasAccelerator, hasMnemonic, hasToolTipText, isAsynchronous, isSelected, setAccelerator, setAsynchronous, setIcon, setIcon, setMnemonic, setName, setSelected, setToolTipText
-
Methods inherited from interface adams.gui.action.PropertiesAction
getMenuItem, update
-
-