Class CopyUrlAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- com.inductiveautomation.ignition.client.util.action.BaseAction
 - 
- com.inductiveautomation.perspective.designer.workspace.PerspectiveUrlAction
 - 
- com.inductiveautomation.perspective.designer.workspace.CopyUrlAction
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class CopyUrlAction extends PerspectiveUrlAction
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CopyUrlAction(DesignerContext context, java.lang.String bundleKey, java.lang.String url) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class com.inductiveautomation.perspective.designer.workspace.PerspectiveUrlAction
getUrl 
- 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseAction
create, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled 
- 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
CopyUrlAction
public CopyUrlAction(DesignerContext context, java.lang.String bundleKey, java.lang.String url)
 
 - 
 
 -