de.cau.cs.kieler.core.model.gmf.effects
Class RefreshGMFEditPoliciesEffect
java.lang.Object
de.cau.cs.kieler.core.kivi.AbstractEffect
de.cau.cs.kieler.core.model.gmf.effects.RefreshGMFEditPoliciesEffect
- All Implemented Interfaces:
- IEffect
public class RefreshGMFEditPoliciesEffect
- extends AbstractEffect
KiVi effect refreshing the edit policies of the passed DiagramEditor
. Undo functionality
is supported if desired.
- Rating

- (2011-02-14) uru
Method Summary |
void |
execute()
Execute the effect. |
RefreshGMFEditPoliciesEffect
public RefreshGMFEditPoliciesEffect(org.eclipse.gmf.runtime.diagram.ui.parts.DiagramEditor activeEditor,
boolean undoable)
- Parameters:
activeEditor
- active editor which should be refreshed.undoable
- determines whether the refreshing should be executed using the editor's command
stack or not. In case no command stack is used, no undo functionality is
available.
execute
public void execute()
- Execute the effect.