- view - package view
-
- view - Variable in class controller.VisitorDemoApp
-
- view - Variable in class model.VisitorDemoModel
-
The adapter out to the view
- Visitor1 - Class in visitors.impl
-
A visitor that returns a String that says "This is the result from HostX,
where HostX is the type of the IHost object executing this visitor.
- Visitor1() - Constructor for class visitors.impl.Visitor1
-
- Visitor2 - Class in visitors.impl
-
A visitor that sets the paint cmd in the VisitorDemoModel to a cmd that draws various shapes.
- Visitor2() - Constructor for class visitors.impl.Visitor2
-
- VisitorDemoApp - Class in controller
-
The controller for the Visitor Demo system.
- VisitorDemoApp() - Constructor for class controller.VisitorDemoApp
-
No-parameter constructor used by web pages to bring the applet up.
- VisitorDemoApp(int) - Constructor for class controller.VisitorDemoApp
-
The constructor for the class
- VisitorDemoModel - Class in model
-
The main model object for the Visitor Demo system.
- VisitorDemoModel(IViewAdapter) - Constructor for class model.VisitorDemoModel
-
Teh cosntructor for the class
- visitors - package visitors
-
- visitors.impl - package visitors.impl
-
- visitorTF - Variable in class view.DemoFrame
-