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
-
accountCollection
-
-
accountType
-
-
amount
-
-
checkingAccount
-
-
kAccountLabel
-
-
kAmountDefault
-
-
kAmountLabel
-
-
kChecking
-
-
kDeposit
-
-
kSavings
-
-
kTitleLabel
-
-
kUpdate
-
-
kUpdateInstructions
-
-
kUpdateLabel
-
-
kUpdateRequested
-
-
kWithdrawal
-
-
orb
-
-
savingsAccount
-
-
statusTextArea
-
-
updateButton
-
-
updateType
-
-
AccountsApplet()
-
-
action(Event, Object)
- Called if an action occurs in the Component.
-
buildUserInterface()
-
-
destroy()
- Cleans up whatever resources are being held.
-
init()
- Initializes the applet.
-
resolveAndActivateAccounts()
-
-
start()
- Called to start the applet.
-
updateButtonCallback()
-
accountCollection
protected BaseCollection accountCollection
orb
protected ClientORBlet orb
checkingAccount
protected Account checkingAccount
savingsAccount
protected Account savingsAccount
kTitleLabel
protected final String kTitleLabel
kAccountLabel
protected final String kAccountLabel
kChecking
protected final String kChecking
kSavings
protected final String kSavings
kUpdate
protected final String kUpdate
kWithdrawal
protected final String kWithdrawal
kDeposit
protected final String kDeposit
kAmountLabel
protected final String kAmountLabel
kAmountDefault
protected final String kAmountDefault
kUpdateLabel
protected final String kUpdateLabel
kUpdateRequested
protected final String kUpdateRequested
kUpdateInstructions
protected final String kUpdateInstructions
accountType
protected Choice accountType
updateType
protected Choice updateType
amount
protected TextField amount
updateButton
protected Button updateButton
statusTextArea
protected TextArea statusTextArea
AccountsApplet
public AccountsApplet()
init
public void init()
- Initializes the applet.
- Overrides:
- init in class Applet
resolveAndActivateAccounts
protected void resolveAndActivateAccounts()
start
public void start()
- Called to start the applet.
- Overrides:
- start in class Applet
buildUserInterface
protected void buildUserInterface()
action
public boolean action(Event event,
Object object)
- Called if an action occurs in the Component.
- Overrides:
- action in class Component
destroy
public void destroy()
- Cleans up whatever resources are being held.
- Overrides:
- destroy in class Applet
updateButtonCallback
protected void updateButtonCallback()
All Packages Class Hierarchy This Package Previous Next Index