- IAccumulator - Interface in listFW.visitor
-
An accumulator
- IList - Interface in listFW
-
Represents the abstract list structure with a hook method to call on the extrinsic
behaviors represented as visitors.
- IListAlgo - Interface in listFW
-
Represents an abstract algorithm to be executed by a host IList.
- IModelAdapter<THost> - Interface in view
-
Adapter to the model from the view
- initGUI() - Method in class view.ListDemoFrame
-
Initialize the GUI components
- IViewAdapter - Interface in model
-
Adapter to the view from the model