public interface TreeTransaction
| Modifier and Type | Method and Description | 
|---|---|
void | 
abort()
Aborts this multi-tree transaction. 
 | 
javax.swing.undo.UndoableEdit | 
commit()
Logically ends a transaction, writes changes to the underlying file (if any), and releases all acquired resources. 
 | 
FileT | 
getFile()
Gets the file involved in this transaction. 
 | 
TreeManager | 
getOwningManager()
Gets the owning manager. 
 | 
void abort()
java.lang.IllegalStateException - if this transaction has already ended.javax.swing.undo.UndoableEdit commit()
java.lang.IllegalStateException - if this transaction has already ended.FileT getFile()
TreeManager getOwningManager()