org.acm.seguin.ide.elixir
Class UndoMenuItem

java.lang.Object
  extended by org.acm.seguin.ide.elixir.UndoMenuItem

public class UndoMenuItem
extends java.lang.Object

Essentially an adapter that performs the Undo Refactoring operation.

Author:
Chris Seguin

Constructor Summary
UndoMenuItem()
           
 
Method Summary
static void undo()
          The static method that Elixir invokes to Undo the last refactoring.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UndoMenuItem

public UndoMenuItem()
Method Detail

undo

public static void undo()
The static method that Elixir invokes to Undo the last refactoring.