diva.whiteboard
Class WhiteboardEdits.CutEdit

java.lang.Object
  extended by javax.swing.undo.AbstractUndoableEdit
      extended by javax.swing.undo.CompoundEdit
          extended by diva.whiteboard.WhiteboardEdits.CutEdit
All Implemented Interfaces:
Serializable, UndoableEdit
Enclosing class:
WhiteboardEdits

public static class WhiteboardEdits.CutEdit
extends CompoundEdit

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.swing.undo.CompoundEdit
edits
 
Fields inherited from class javax.swing.undo.AbstractUndoableEdit
RedoName, UndoName
 
Constructor Summary
WhiteboardEdits.CutEdit()
           
 
Method Summary
 String getPresentationName()
           
 String getRedoPresentationName()
           
 String getUndoPresentationName()
           
 
Methods inherited from class javax.swing.undo.CompoundEdit
addEdit, canRedo, canUndo, die, end, isInProgress, isSignificant, lastEdit, redo, toString, undo
 
Methods inherited from class javax.swing.undo.AbstractUndoableEdit
replaceEdit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WhiteboardEdits.CutEdit

public WhiteboardEdits.CutEdit()
Method Detail

getUndoPresentationName

public String getUndoPresentationName()
Specified by:
getUndoPresentationName in interface UndoableEdit
Overrides:
getUndoPresentationName in class CompoundEdit

getRedoPresentationName

public String getRedoPresentationName()
Specified by:
getRedoPresentationName in interface UndoableEdit
Overrides:
getRedoPresentationName in class CompoundEdit

getPresentationName

public String getPresentationName()
Specified by:
getPresentationName in interface UndoableEdit
Overrides:
getPresentationName in class CompoundEdit


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.