Interface IMoxelControlAction
-
- All Known Implementing Classes:
AlignAction
,AlignCenterAction
,AlignJustifyAction
,AlignLeftAction
,AlignRightAction
,BaseAction
,BoldAction
,FontHeightAction
,FontNameAction
,FontPropertyAction
,ItalicAction
,UnderlineAction
public interface IMoxelControlAction
Action that requires a moxel editor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
refresh()
Refresh action's statevoid
setEditor(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
-
-