Class BaseAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.ignition.designer.action.BaseAction
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 
 @Deprecated public abstract class BaseAction extends BaseAction Deprecated.Use com.inductiveautomation.ignition.client.util.action.BaseAction instead.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description BaseAction(java.lang.String bundleKey)Deprecated.BaseAction(java.lang.String bundleKey, javax.swing.Icon icon)Deprecated.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static javax.swing.JButtoncreateButton(java.lang.String bundleKey)Deprecated.static javax.swing.JButtoncreateButton(java.lang.String bundleKey, javax.swing.Icon icon)Deprecated.- 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseActioncreate, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
-