Class AbstractLayoutTool.MoveNudgeAction
- java.lang.Object
 - 
- javax.swing.AbstractAction
 - 
- com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.AbstractNudgeAction
 - 
- com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.MoveNudgeAction
 
 
 
 
- 
- 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.MoveNudgeAction extends AbstractLayoutTool.AbstractNudgeAction
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description MoveNudgeAction(java.lang.String direction, int dx, int dy, boolean alt) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidnudge(java.util.List<javax.swing.JComponent> items, int dist)- 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.AbstractNudgeAction
actionPerformed, delegate, snap, snap 
- 
Methods inherited from class javax.swing.AbstractAction
addPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled 
 - 
 
 - 
 
- 
- 
Method Detail
- 
nudge
protected void nudge(java.util.List<javax.swing.JComponent> items, int dist)- Specified by:
 nudgein classAbstractLayoutTool.AbstractNudgeAction
 
 - 
 
 -