Class COM.ibm.jaws.tutorial1.AccountsApplet
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class COM.ibm.jaws.tutorial1.AccountsApplet

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----java.applet.Applet
                                   |
                                   +----COM.ibm.jaws.tutorial1.AccountsApplet

public class AccountsApplet
extends Applet

Variable Index

 o accountCollection
 o accountType
 o amount
 o checkingAccount
 o kAccountLabel
 o kAmountDefault
 o kAmountLabel
 o kChecking
 o kDeposit
 o kSavings
 o kTitleLabel
 o kUpdate
 o kUpdateInstructions
 o kUpdateLabel
 o kUpdateRequested
 o kWithdrawal
 o orb
 o savingsAccount
 o statusTextArea
 o updateButton
 o updateType

Constructor Index

 o AccountsApplet()

Method Index

 o action(Event, Object)
Called if an action occurs in the Component.
 o buildUserInterface()
 o destroy()
Cleans up whatever resources are being held.
 o init()
Initializes the applet.
 o resolveAndActivateAccounts()
 o start()
Called to start the applet.
 o updateButtonCallback()

Variables

 o accountCollection
  protected BaseCollection accountCollection
 o orb
  protected ClientORBlet orb
 o checkingAccount
  protected Account checkingAccount
 o savingsAccount
  protected Account savingsAccount
 o kTitleLabel
  protected final String kTitleLabel
 o kAccountLabel
  protected final String kAccountLabel
 o kChecking
  protected final String kChecking
 o kSavings
  protected final String kSavings
 o kUpdate
  protected final String kUpdate
 o kWithdrawal
  protected final String kWithdrawal
 o kDeposit
  protected final String kDeposit
 o kAmountLabel
  protected final String kAmountLabel
 o kAmountDefault
  protected final String kAmountDefault
 o kUpdateLabel
  protected final String kUpdateLabel
 o kUpdateRequested
  protected final String kUpdateRequested
 o kUpdateInstructions
  protected final String kUpdateInstructions
 o accountType
  protected Choice accountType
 o updateType
  protected Choice updateType
 o amount
  protected TextField amount
 o updateButton
  protected Button updateButton
 o statusTextArea
  protected TextArea statusTextArea

Constructors

 o AccountsApplet
  public AccountsApplet()

Methods

 o init
  public void init()
Initializes the applet.
Overrides:
init in class Applet
 o resolveAndActivateAccounts
  protected void resolveAndActivateAccounts()
 o start
  public void start()
Called to start the applet.
Overrides:
start in class Applet
 o buildUserInterface
  protected void buildUserInterface()
 o action
  public boolean action(Event event,
                        Object object)
Called if an action occurs in the Component.
Overrides:
action in class Component
 o destroy
  public void destroy()
Cleans up whatever resources are being held.
Overrides:
destroy in class Applet
 o updateButtonCallback
  protected void updateButtonCallback()

All Packages  Class Hierarchy  This Package  Previous  Next  Index