Class SetBoldAction
- java.lang.Object
-
- org.openl.rules.table.actions.AUndoableCellAction
-
- org.openl.rules.table.actions.style.font.SetBoldAction
-
- All Implemented Interfaces:
IUndoableAction,IUndoableGridTableAction
public class SetBoldAction extends AUndoableCellAction
-
-
Field Summary
-
Fields inherited from class org.openl.rules.table.actions.AUndoableCellAction
metaInfoWriter
-
-
Constructor Summary
Constructors Constructor Description SetBoldAction(int col, int row, boolean bold, MetaInfoWriter metaInfoWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoAction(IGridTable table)voidundoAction(IGridTable table)-
Methods inherited from class org.openl.rules.table.actions.AUndoableCellAction
getCol, getPrevComment, getPrevCommentAuthor, getPrevFormula, getPrevMetaInfo, getPrevStyle, getPrevValue, getRow, restorePrevCell, savePrevCell, setCol, setPrevComment, setPrevCommentAuthor, setPrevFormula, setPrevMetaInfo, setPrevStyle, setPrevValue, setRow
-
-
-
-
Constructor Detail
-
SetBoldAction
public SetBoldAction(int col, int row, boolean bold, MetaInfoWriter metaInfoWriter)
-
-
Method Detail
-
doAction
public void doAction(IGridTable table)
-
undoAction
public void undoAction(IGridTable table)
-
-