Uses of Interface
phenote.edit.TransactionI

Packages that use TransactionI
phenote.edit   
 

Uses of TransactionI in phenote.edit
 

Classes in phenote.edit that implement TransactionI
 class AddTransaction
          For adding a character (not a char field/subpart - thats an update)
 class CompoundTransaction
          used for bulk updating (see TermCompList)
(package private)  class DeleteTransaction
           
 class UpdateTransaction
           
 

Fields in phenote.edit with type parameters of type TransactionI
(package private)  java.util.List<TransactionI> CompoundTransaction.childTransactions
           
 

Methods in phenote.edit that return TransactionI
 TransactionI EditManager.getCurrentTransaction()
           
 TransactionI CharChangeEvent.getTransaction()
           
 

Methods in phenote.edit that return types with arguments of type TransactionI
 java.util.List<TransactionI> EditManager.getTransactionList()
           
(package private)  java.util.List<TransactionI> CompoundTransaction.getTransactions()
           
 

Methods in phenote.edit with parameters of type TransactionI
(package private)  void CompoundTransaction.addTransaction(TransactionI trans)
           
 void EditManager.updateModel(java.lang.Object src, TransactionI ct)
           
 

Constructors in phenote.edit with parameters of type TransactionI
CharChangeEvent(java.lang.Object source, TransactionI t)