8788899091929394959697
public JaspiraEventHandlerCode redo(JaspiraActionEvent je) { if (currentModeler != null) { UndoMgr undoMgr = currentModeler.getUndoMgr(); if (undoMgr.canRedo()) { undoMgr.redo(); return EVENT_CONSUMED; } }