Class PerspectiveUrlAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- com.inductiveautomation.ignition.client.util.action.BaseAction
 - 
- com.inductiveautomation.perspective.designer.workspace.PerspectiveUrlAction
 
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Direct Known Subclasses:
 CopyUrlAction,LaunchPerspectiveSessionAction
public abstract class PerspectiveUrlAction extends BaseAction
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedPerspectiveUrlAction(DesignerContext context, java.lang.String bundleKey, javax.swing.Icon icon, java.lang.String url) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringgetUrl()- 
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
- 
PerspectiveUrlAction
protected PerspectiveUrlAction(DesignerContext context, java.lang.String bundleKey, javax.swing.Icon icon, java.lang.String url)
 
 - 
 
 -