Class SetRefreshVisualOperation

java.lang.Object
org.eclipse.core.commands.operations.AbstractOperation
org.eclipse.gef.mvc.fx.operations.SetRefreshVisualOperation
All Implemented Interfaces:
IUndoableOperation, ITransactionalOperation

public class SetRefreshVisualOperation extends AbstractOperation implements ITransactionalOperation
A SetRefreshVisualOperation is used to set/unset the IVisualPart.isRefreshVisual() flag of a specified IVisualPart . This can be handy to guard other operations from model refreshes.