Class AbstractLayoutTool.RowStackAction
- 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.RowStackAction
 
 
 
 
- 
- 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.RowStackAction extends AbstractLayoutTool.AbstractAlignmentAction - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedRowStackAction(boolean row, boolean normalize)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidalign(DesignableDelegate delegate, java.util.List<javax.swing.JComponent> items)protected booleanisSiblingsOnly()- 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.AbstractAlignmentActionactionPerformed, evaluateEnabled, isMultiAlignment
 - 
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
 
- 
 
- 
- 
- 
Method Detail- 
alignprotected void align(DesignableDelegate delegate, java.util.List<javax.swing.JComponent> items) - Specified by:
- alignin class- AbstractLayoutTool.AbstractAlignmentAction
 
 - 
isSiblingsOnlyprotected boolean isSiblingsOnly() - Overrides:
- isSiblingsOnlyin class- AbstractLayoutTool.AbstractAlignmentAction
 
 
- 
 
-