Class AbstractLayoutTool.CenterAction
- 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.CenterAction
 
 
 
 
- 
- 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.CenterAction extends AbstractLayoutTool.AbstractAlignmentAction - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedCenterAction(boolean horizontal)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidalign(DesignableDelegate delegate, java.util.List<javax.swing.JComponent> items)protected booleanisMultiAlignment()Return true if this action requires 2 or more components to be meaningfulprotected booleanisSiblingsOnly()- 
Methods inherited from class com.inductiveautomation.ignition.designer.designable.tools.AbstractLayoutTool.AbstractAlignmentActionactionPerformed, evaluateEnabled
 - 
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
 
 - 
isMultiAlignmentprotected boolean isMultiAlignment() Description copied from class:AbstractLayoutTool.AbstractAlignmentActionReturn true if this action requires 2 or more components to be meaningful- Overrides:
- isMultiAlignmentin class- AbstractLayoutTool.AbstractAlignmentAction
 
 - 
isSiblingsOnlyprotected boolean isSiblingsOnly() - Overrides:
- isSiblingsOnlyin class- AbstractLayoutTool.AbstractAlignmentAction
 
 
- 
 
-