Package com.iizix.prop
Interface IProxyEditController
- All Known Implementing Classes:
ClientSideEditor
public interface IProxyEditController
The proxy edit controller that is used in proxied property containers and undo transactions when the proxied end-point updates properties inwards.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionGets the ComplexOperation object for the current undo/redo operation.
Method Details
getCurrentComplexOperation
IComplexOperation getCurrentComplexOperation()Gets the ComplexOperation object for the current undo/redo operation.- Returns:
- An instance of IComplexOperation (implemented by com.iizigo.editor.complex.ComplexOperation) if inside the Designer and an Undo Transaction is running, null otherwise.