All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.awt.TransactionListFrame

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----benno.account.awt.TransactionListFrame

public final class TransactionListFrame
extends Frame
implements DBChangedListener, ActionListener, ItemListener
This class is a Register Frame that shows all the transactions in a particular account.

Version:
$Revision: 1.43.2.9 $
Author:
Ben Clifford

Constructor Index

 o TransactionListFrame()
Deprecated.
 o TransactionListFrame(Account)

Method Index

 o actionPerformed(ActionEvent)
should switch all action performing through here.
 o dbChanged()
 o itemStateChanged(ItemEvent)

Constructors

 o TransactionListFrame
 public TransactionListFrame()
Note: TransactionListFrame() is deprecated. Should not be used any more as there is no way to change the current account any more.

 o TransactionListFrame
 public TransactionListFrame(Account a)

Methods

 o dbChanged
 public void dbChanged()
 o itemStateChanged
 public void itemStateChanged(ItemEvent e)
 o actionPerformed
 public void actionPerformed(ActionEvent e)
should switch all action performing through here. at the moment, it only deals with TableLabel clicks.


All Packages  Class Hierarchy  This Package  Previous  Next  Index