dip.gui.undo
Class UndoClearSelected

java.lang.Object
  extended byjavax.swing.undo.AbstractUndoableEdit
      extended byjavax.swing.undo.CompoundEdit
          extended bydip.gui.undo.UndoClearSelected
All Implemented Interfaces:
java.io.Serializable, javax.swing.undo.UndoableEdit

public class UndoClearSelected
extends javax.swing.undo.CompoundEdit
implements java.io.Serializable

UndoClearSelected

Just a fancy name for a compound edit.

If only one 'selected' edit, it will display the name of the edit. But if there are multiple edits, then it will just display "Clear Selected".

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
UndoClearSelected()
           
 
Method Summary
 java.lang.String getPresentationName()
           
 java.lang.String getRedoPresentationName()
           
 java.lang.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

UndoClearSelected

public UndoClearSelected()
Method Detail

getPresentationName

public java.lang.String getPresentationName()
Specified by:
getPresentationName in interface javax.swing.undo.UndoableEdit

getRedoPresentationName

public java.lang.String getRedoPresentationName()
Specified by:
getRedoPresentationName in interface javax.swing.undo.UndoableEdit

getUndoPresentationName

public java.lang.String getUndoPresentationName()
Specified by:
getUndoPresentationName in interface javax.swing.undo.UndoableEdit


Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.