Interface IMoxelControlAction
-
- All Known Implementing Classes:
AlignAction,AlignCenterAction,AlignJustifyAction,AlignLeftAction,AlignRightAction,BaseAction,BoldAction,FontHeightAction,FontNameAction,FontPropertyAction,ItalicAction,UnderlineAction
public interface IMoxelControlActionAction that requires a moxel editor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidrefresh()Refresh action's statevoidsetEditor(MoxelEditor editor)Set up moxel editor
-
-
-
Method Detail
-
setEditor
void setEditor(MoxelEditor editor)
Set up moxel editor- Parameters:
editor-MoxelEditor
-
refresh
void refresh()
Refresh action's state
-
-