-
ch.rakudave.jnetmap.controller.command.CommandHistory.undo()
Un-does the previously executed Command
@return an optional Object from the Command
-
com.citytechinc.cq.component.annotations.widgets.rte.Undo.undo()
-
com.exigen.ie.constrainer.Undo.undo()
Restores the state of the undoable object to the state it had just before this undo was created.
-
com.ibm.richtext.textpanel.MTextPanel.undo()
Undo the most recent text change. This method has no effect if there is no change to undo.
-
com.jcloisterzone.event.MeepleEvent.undo()
-
com.jcloisterzone.event.TileEvent.undo()
-
com.jcloisterzone.event.TowerIncreasedEvent.undo()
-
com.kellerkindt.scs.internals.Transaction.undo()
Undoes a transaction, if the transaction falls within the allowed time, both players have enough money, and items to undo the transaction.
@return True the transaction was rolled back. False it was not rolled back.
-
com.projity.undo.UndoController.undo()
-
com.sk89q.worldedit.history.change.Change.undo()
Perform an undo. This method may not be available if the object was returned from {@link ChangeSet#forwardIterator()}.
@param context a context for undo
@throws WorldEditException on an error
-
com.sun.star.document.XUndoManager.undo()
-
com.tinygo.logic.DocumentedGame.undo()
-
com.volantis.mcs.eclipse.common.odom.ODOMChangeEvent.undo()
Modifies the source of the event, by undoing the modifications that generated this event.
This method should be used with care, it has been designed to be used by the {@link com.volantis.mcs.eclipse.common.odom.undo.UndoRedoManager}.
@return an XPath to the node that was the source of the event,or null if this undo invocation resulted in that node being removed from its document.
-
com.volantis.mcs.interaction.impl.operation.SetModelObjectOperation.undo()
-
gui.commands.Command.undo()
-
javax.swing.text.AbstractDocument.DefaultDocumentEvent.undo()
-
javax.swing.text.DefaultStyledDocument.AttributeUndoableEdit.undo()
-
javax.swing.undo.AbstractUndoableEdit.undo()
-
javax.swing.undo.CompoundEdit.undo()
-
javax.swing.undo.StateEdit.undo()
-
javax.swing.undo.UndoManager.undo()
-
javax.swing.undo.UndoableEdit.undo()
Undo the edit.
@throws CannotUndoException if this edit can not be undone
-
journal.io.api.Journal.undo()
Return an iterable to replay the journal in reverse, starting with the newest location and ending with the first. The iterable does not include future writes - writes that happen after its creation.
@return
@throws IOException
-
lpa.command.Command.undo()
Undo the action performed in {@link execute()}
@pre {@code !executed}
@post {@code executed}
@throws IllegalStateException
-
net.sf.rej.gui.Undoable.undo()
Undo all the changes caused by a call to the execute() method of this instance.
-
org.analyse.core.modules.UndoInterface.undo()
-
org.apache.cayenne.graph.GraphDiff.undo()
Calls appropriate methods on the handler to revert this change.
-
org.apache.pivot.wtk.TextArea.undo()
-
org.apache.pivot.wtk.TextInput.undo()
-
org.apache.pivot.wtk.TextPane.undo()
-
org.dmlite.model.action.EntitiesAction.undo()
Undos the action.
@return true
if undone
@throws dmLite action exception if there is a problem
-
org.dmlite.model.action.RemoveAction.undo()
-
org.dmlite.model.action.Transaction.undo()
Undos the transaction.
@return true
if undone
-
org.drools.builder.KnowledgeBuilder.undo()
Remove the last added Resource. Can be useful in case this last addition generated some compilation problem. If multiple Resources have been added in batch using a CompositeKnowledgeBuilder, it removes all of them.
-
org.eclipse.emf.common.command.CommandStack.undo()
Moves the top of the stack down, undoing what was formerly the top command.
-
org.eclipse.wst.sse.core.internal.undo.IStructuredTextUndoManager.undo()
-
org.enhydra.jawe.base.controller.JaWEController.undo()
-
org.ethereum.trie.TrieImpl.undo()
-
org.exist.storage.journal.Loggable.undo()
Undo, i.e. roll back, the underlying operation. The method is called by {@link org.exist.storage.recovery.RecoveryManager}.
@throws LogException
-
org.freeplane.core.undo.IUndoHandler.undo()
-
org.freeplane.features.mode.mindmapmode.MModeController.undo()
-
org.gdbms.engine.data.AlphanumericDataSource.undo()
-
org.gdbms.engine.data.DataSource.undo()
Undoes the last edition action
@throws DriverException
-
org.gdbms.engine.data.SpatialDataSource.undo()
-
org.gdbms.engine.data.command.CommandStack.undo()
-
org.geomajas.gwt.client.map.feature.operation.FeatureOperation.undo()
Every feature operation should be able to undo the changes it has made to a feature. This method does just that.
@param feature The feature on which to operate.
-
org.hibernate.envers.internal.synchronization.work.AuditWorkUnit.undo()
-
org.hibernate.envers.synchronization.work.AuditWorkUnit.undo()
-
org.kie.builder.KnowledgeBuilder.undo()
-
org.kie.internal.builder.KnowledgeBuilder.undo()
-
org.locationtech.udig.project.internal.Map.undo()
Undo the last command.
@model
-
org.openbp.jaspira.undo.UndoMgr.undo()
Undoes the last transition.
-
org.openquark.cal.compiler.Refactorer.undo()
Undo the previously-applied refactoring. calculateModifications must be called before this method. An IllegalStateException will be signalled if this method is called before calculateModifications.
@param messageLogger CompilerMessageLogger to log failures to. Cannot be null.
-
org.openscience.jchempaint.controller.undoredo.IUndoRedoable.undo()
-
org.openstreetmap.josm.data.UndoRedoHandler.undo()
Undoes the last added command.
-
org.pentaho.reporting.designer.core.util.undo.UndoEntry.undo()
-
org.voltdb.dtxn.UndoAction.undo()
-
org.woped.editor.controller.vc.EditorVC.undo()
TODO: DOCUMENTATION (xraven)
-
pivot.wtk.TextArea.undo()