Uses of Interface
visitorDemoExercises.basicVisitorDemo.view.IModelAdapter
Packages that use IModelAdapter
Package
Description
Package for the student-written view to test the basicVisitorFW visitor system.
- 
Uses of IModelAdapter in visitorDemoExercises.basicVisitorDemo.view
Fields in visitorDemoExercises.basicVisitorDemo.view declared as IModelAdapterModifier and TypeFieldDescriptionprivate IModelAdapter<CBoxItem>DemoFrame.modelAdapter to the modelConstructors in visitorDemoExercises.basicVisitorDemo.view with parameters of type IModelAdapterModifierConstructorDescriptionDemoFrame(int closeAction, IModelAdapter<CBoxItem> model)The constructor for the class