|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TreeTransaction
A TreeTransaction is a set of changes made to the Tree model that are logically grouped into a single undoable change.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.5.0) E13403-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |