Package io.keikai.ui.impl.ua
Class HorizontalAlignHandler
- java.lang.Object
-
- io.keikai.ui.impl.ua.AbstractHandler
-
- io.keikai.ui.impl.ua.AbstractCellHandler
-
- io.keikai.ui.impl.ua.HorizontalAlignHandler
-
- All Implemented Interfaces:
UserActionHandler
,Serializable
public class HorizontalAlignHandler extends AbstractCellHandler
- Author:
- dennis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description HorizontalAlignHandler(CellStyle.Alignment type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
processAction(UserActionContext ctx)
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractCellHandler
isEnabled
-
Methods inherited from class io.keikai.ui.impl.ua.AbstractHandler
checkInArrayFormula, checkInCornerFreezePanel, checkSelectAllVisibleColumn, checkSelectAllVisibleRow, checkSelectAllVisibleRowColumn, process, showInfoMessage, showProtectMessage, showWarnMessage
-
-
-
-
Constructor Detail
-
HorizontalAlignHandler
public HorizontalAlignHandler(CellStyle.Alignment type)
-
-
Method Detail
-
processAction
protected boolean processAction(UserActionContext ctx)
- Specified by:
processAction
in classAbstractHandler
-
-