Interface IMoxelControlAction
- All Known Implementing Classes:
AlignAction
,AlignCenterAction
,AlignJustifyAction
,AlignLeftAction
,AlignRightAction
,BaseAction
,BoldAction
,FontHeightAction
,FontNameAction
,FontPropertyAction
,ItalicAction
,SwitchFormattedStringAction
,UnderlineAction
public interface IMoxelControlAction
Action that requires a moxel editor
-
Method Summary
Modifier and TypeMethodDescriptionvoid
refresh()
Refresh action's statevoid
setEditor
(MoxelEditor editor) Set up moxel editor
-
Method Details
-
setEditor
Set up moxel editor- Parameters:
editor
-MoxelEditor
-
refresh
void refresh()Refresh action's state
-