Class AbstractLayoutTool.Rotate90Action
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- com.inductiveautomation.ignition.client.util.action.BaseAction
 - 
- com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.Rotate90Action
 
 
 
 
- 
- All Implemented Interfaces:
 java.awt.event.ActionListener,java.io.Serializable,java.lang.Cloneable,java.util.EventListener,javax.swing.Action
- Enclosing class:
 - AbstractLayoutTool
 
protected class AbstractLayoutTool.Rotate90Action extends BaseAction
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Rotate90Action(java.lang.String bundleKey, javax.swing.Icon icon, double angle) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)booleanevaluateEnabled(DesignableDelegate delegate, java.util.List<javax.swing.JComponent> selected)- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
 actionPerformedin interfacejava.awt.event.ActionListener
 
- 
evaluateEnabled
public boolean evaluateEnabled(DesignableDelegate delegate, java.util.List<javax.swing.JComponent> selected)
 
 - 
 
 -