Class ReportingResourceWorkspace.ZoomAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.reporting.designer.workspace.ReportingResourceWorkspace.ZoomAction
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 - Enclosing class:
- ReportingResourceWorkspace
 
 public class ReportingResourceWorkspace.ZoomAction extends BaseAction - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intZOOM_FIT_SIZEstatic intZOOM_INstatic intZOOM_OUT
 - 
Constructor SummaryConstructors Constructor Description ZoomAction(java.lang.String bundleKey, javax.swing.Icon icon, int zoomAction)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
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
 
- 
 
- 
- 
- 
Field Detail- 
ZOOM_INpublic static final int ZOOM_IN - See Also:
- Constant Field Values
 
 - 
ZOOM_OUTpublic static final int ZOOM_OUT - See Also:
- Constant Field Values
 
 - 
ZOOM_FIT_SIZEpublic static final int ZOOM_FIT_SIZE - See Also:
- Constant Field Values
 
 
- 
 
-