Class DesignerMenu.MenuActionHandler.ReportMenuAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.reporting.designer.workspace.design.DesignerMenu.MenuActionHandler.ReportMenuAction
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 - Enclosing class:
- DesignerMenu.MenuActionHandler
 
 protected abstract class DesignerMenu.MenuActionHandler.ReportMenuAction extends BaseAction ReportMenuAction extends BaseAction to allow actions to call ReportMill methods by implementing rmCommand()- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)abstract voidrmCommand(RMEditor editor)- 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseActioncreate, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Method Detail- 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 - 
rmCommandpublic abstract void rmCommand(RMEditor editor) 
 
- 
 
-