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 SummaryConstructors Constructor Description MoveNudgeAction(java.lang.String direction, int dx, int dy, boolean alt)
 - 
Method SummaryAll 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.AbstractNudgeActionactionPerformed, delegate, snap, snap
 - 
Methods inherited from class javax.swing.AbstractActionaddPropertyChangeListener, clone, firePropertyChange, getKeys, getPropertyChangeListeners, getValue, isEnabled, putValue, removePropertyChangeListener, setEnabled
 
- 
 
- 
- 
- 
Method Detail- 
nudgeprotected void nudge(java.util.List<javax.swing.JComponent> items, int dist)- Specified by:
- nudgein class- AbstractLayoutTool.AbstractNudgeAction
 
 
- 
 
-