Class AbstractLayoutTool.AlignEdge
- java.lang.Object
- 
- javax.swing.AbstractAction
- 
- com.inductiveautomation.ignition.client.util.action.BaseAction
- 
- com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.AbstractAlignmentAction
- 
- com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.AlignEdge
 
 
 
 
- 
- 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.AlignEdge extends AbstractLayoutTool.AbstractAlignmentAction - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAlignEdge(EdgeHandler.Edge edge)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidalign(DesignableDelegate delegate, java.util.List<javax.swing.JComponent> items)- 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.AbstractAlignmentActionactionPerformed, evaluateEnabled, isMultiAlignment, isSiblingsOnly
 - 
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- 
AlignEdgeprotected AlignEdge(EdgeHandler.Edge edge) 
 
- 
 - 
Method Detail- 
alignprotected void align(DesignableDelegate delegate, java.util.List<javax.swing.JComponent> items) - Specified by:
- alignin class- AbstractLayoutTool.AbstractAlignmentAction
 
 
- 
 
-