Save This Page
Home » openjdk-7 » net » sf » bibkeeper » groups » [javadoc | source]
net.sf.bibkeeper.groups
class: UndoableModifyGroup [javadoc | source]
java.lang.Object
   javax.swing.undo.AbstractUndoableEdit
      net.sf.bibkeeper.groups.UndoableModifyGroup

All Implemented Interfaces:
    UndoableEdit, Serializable

Fields inherited from javax.swing.undo.AbstractUndoableEdit:
UndoName,  RedoName,  hasBeenDone,  alive
Constructor:
 public UndoableModifyGroup(GroupSelector gs,
    Vector groups,
    int index,
    String field,
    String name,
    String regexp,
    String oldField,
    String oldName,
    String oldRegexp) 
Method from net.sf.bibkeeper.groups.UndoableModifyGroup Summary:
getRedoPresentationName,   getUndoPresentationName,   redo,   undo
Methods from javax.swing.undo.AbstractUndoableEdit:
addEdit,   canRedo,   canUndo,   die,   getPresentationName,   getRedoPresentationName,   getUndoPresentationName,   isSignificant,   redo,   replaceEdit,   toString,   undo
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from net.sf.bibkeeper.groups.UndoableModifyGroup Detail:
 public String getRedoPresentationName() 
 public String getUndoPresentationName() 
 public  void redo() 
 public  void undo()