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 Summary
All 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.BaseAction
create, createButton, createButton, listenTo, listenTo, setBundleKey, setIcon, updateEnabled 
- 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled 
 - 
 
 - 
 
- 
- 
Method Detail
- 
updateStoredSelection
public void updateStoredSelection(SelectionPropertyUpdateEvent event)
Update the action's stored selection from a property update event message. 
- 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
 
- 
evaluateEnabled
protected boolean evaluateEnabled()
Description copied from class:BaseActionEvaluates whether or not the action should be enabled- Overrides:
 evaluateEnabledin classBaseAction
 
 - 
 
 -