Class ViewWorkspaceActions.ModifySourceAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.perspective.designer.workspace.ViewWorkspaceActions.ModifySourceAction
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 - Enclosing class:
- ViewWorkspaceActions
 
 public class ViewWorkspaceActions.ModifySourceAction extends BaseAction - See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected booleanevaluateEnabled()Evaluates whether or not the action should be enabledvoidupdateStoredSelection(SelectionPropertyUpdateEvent event)Update the action's stored selection from a property update event message.- 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseActioncreate, createButton, createButton, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Method Detail- 
updateStoredSelectionpublic void updateStoredSelection(SelectionPropertyUpdateEvent event) Update the action's stored selection from a property update event message.
 - 
actionPerformedpublic void actionPerformed(java.awt.event.ActionEvent e) 
 - 
evaluateEnabledprotected boolean evaluateEnabled() Description copied from class:BaseActionEvaluates whether or not the action should be enabled- Overrides:
- evaluateEnabledin class- BaseAction
 
 
- 
 
-