cmu.survey.data.databits
Interface DataBitUndoableEdit<T>

All Superinterfaces:
javax.swing.undo.UndoableEdit, UndoableEdit2
All Known Implementing Classes:
DataBitCompoundUndoableEdit

public interface DataBitUndoableEdit<T>
extends UndoableEdit2


Field Summary
 
Fields inherited from interface org.browsecode.helpers.undo.UndoableEdit2
debug
 
Method Summary
 java.lang.Object getChangeType()
           
 DataBit<T> getKeyObjectDataBit()
           
 
Methods inherited from interface org.browsecode.helpers.undo.UndoableEdit2
canMergeWith, getKeyObject
 
Methods inherited from interface javax.swing.undo.UndoableEdit
addEdit, canRedo, canUndo, die, getPresentationName, getRedoPresentationName, getUndoPresentationName, isSignificant, redo, replaceEdit, undo
 

Method Detail

getKeyObjectDataBit

DataBit<T> getKeyObjectDataBit()

getChangeType

java.lang.Object getChangeType()
Specified by:
getChangeType in interface UndoableEdit2