All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.account.awt.AccountChooser

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----benno.account.awt.AccountChooser

public final class AccountChooser
extends Container
Version:
$Revision: 1.10 $
Author:
Ben Clifford

Constructor Index

 o AccountChooser()
 o AccountChooser(Account)

Method Index

 o getAccount()
 o getChosenAccount()
Deprecated.

Constructors

 o AccountChooser
 public AccountChooser()
 o AccountChooser
 public AccountChooser(Account sa)

Methods

 o getAccount
 public Account getAccount()
 o getChosenAccount
 public Account getChosenAccount()
Note: getChosenAccount() is deprecated. should use getAccount() now


All Packages  Class Hierarchy  This Package  Previous  Next  Index