202203204205206207208209210211212
*/ public void undo() { if (child.getElementParent() instanceof IWebflowState) { IWebflowState state = (IWebflowState) child.getElementParent(); state.setStartState(oldChild); state.moveState(child, index); } } /* * (non-Javadoc)