Class LaunchPerspectiveSessionAction
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.perspective.designer.workspace.PerspectiveUrlAction
- 
- com.inductiveautomation.perspective.designer.workspace.LaunchPerspectiveSessionAction
 
 
 
 
- 
- All Implemented Interfaces:
- java.awt.event.ActionListener,- java.io.Serializable,- java.lang.Cloneable,- java.util.EventListener,- javax.swing.Action
 
 public class LaunchPerspectiveSessionAction extends PerspectiveUrlAction - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description LaunchPerspectiveSessionAction(DesignerContext context, java.lang.String bundleKey)LaunchPerspectiveSessionAction(DesignerContext context, java.lang.String bundleKey, java.lang.String url)
 - 
Method SummaryAll 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.PerspectiveUrlActiongetUrl
 - 
Methods inherited from class com.inductiveautomation.ignition.client.util.action.BaseActioncreate, createButton, createButton, evaluateEnabled, listenTo, listenTo, setBundleKey, setIcon, updateEnabled
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Constructor Detail- 
LaunchPerspectiveSessionActionpublic LaunchPerspectiveSessionAction(DesignerContext context, java.lang.String bundleKey) 
 - 
LaunchPerspectiveSessionActionpublic LaunchPerspectiveSessionAction(DesignerContext context, java.lang.String bundleKey, java.lang.String url) 
 
- 
 
-