Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
C D G H M N S

C

CHANGE_TO_FRED - Static variable in class samples.helloworld2.Hello2Controller
A Control ID.
changeNameToFred() - Method in class samples.helloworld2.Hello2Model
 

D

doChangeToFred() - Method in class samples.helloworld2.Hello2Controller
On "CHANGE_TO_FRED", set the model's name to "Fred" and refresh the view.
doGotName() - Method in class samples.helloworld2.Hello2Controller
On GOT_NAME, switch over to the second View (which will bind to this Controller's model) and show it.
doHandleControl(Control) - Method in class samples.helloworld2.Hello2Controller
Respond to GOT_NAME and CHANGE_TO_FRED.

G

GOT_NAME - Static variable in class samples.helloworld2.Hello2Controller
A Control ID.
getCloseControl() - Method in class samples.helloworld2.Hello2View1
 
getCloseControl() - Method in class samples.helloworld2.Hello2View2
 
getName() - Method in class samples.helloworld2.Hello2Model
 
getTitle() - Method in class samples.helloworld2.Hello2View1
 
getTitle() - Method in class samples.helloworld2.Hello2View2
 

H

Hello2Controller - class samples.helloworld2.Hello2Controller.
 
Hello2Controller() - Constructor for class samples.helloworld2.Hello2Controller
 
Hello2Launcher - class samples.helloworld2.Hello2Launcher.
Create the HelloWorld2 application Controller then start it.
Hello2Launcher() - Constructor for class samples.helloworld2.Hello2Launcher
 
Hello2Model - class samples.helloworld2.Hello2Model.
Hello2Controller uses one of these to supply data for its Views, and to keep session state in.
Hello2Model() - Constructor for class samples.helloworld2.Hello2Model
 
Hello2View1 - class samples.helloworld2.Hello2View1.
First View allows users to enter their name and to press a button that issues a CHANGE_TO_FRED Control.
Hello2View1() - Constructor for class samples.helloworld2.Hello2View1
 
Hello2View2 - class samples.helloworld2.Hello2View2.
Second View says goodbye to the user.
Hello2View2() - Constructor for class samples.helloworld2.Hello2View2
 

M

main(String[]) - Static method in class samples.helloworld2.Hello2Launcher
 

N

name - Variable in class samples.helloworld2.Hello2Model
 

S

samples.helloworld2 - package samples.helloworld2
 
setName(String) - Method in class samples.helloworld2.Hello2Model
 
startup() - Method in class samples.helloworld2.Hello2Controller
 

C D G H M N S