Class BrowserEscapeAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- com.inductiveautomation.perspective.designer.workspace.BrowserEscapeAction
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
public class BrowserEscapeAction extends javax.swing.AbstractActionAbstractActionwhich clears the selection of the current Perspective Editor.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description BrowserEscapeAction(ViewWorkspace viewWorkspace) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)- 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
BrowserEscapeAction
public BrowserEscapeAction(ViewWorkspace viewWorkspace)
 
 - 
 
 -