|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use ControllerFactory | |
---|---|
org.deduced.controller | Controllers are used to represent an application layer that restricts access to information. |
org.deduced.controller.implementation | Controller implementation classes. |
org.deduced.dynamic | The Dynamic package contains an implementation of the property collection that can be dynamically modified as the schema changes. |
Uses of ControllerFactory in org.deduced.controller |
---|
Methods in org.deduced.controller that return ControllerFactory | |
---|---|
ControllerFactory |
DeducedControllerLayerExtension.getControllerFactory()
|
Uses of ControllerFactory in org.deduced.controller.implementation |
---|
Subinterfaces of ControllerFactory in org.deduced.controller.implementation | |
---|---|
interface |
FlyWheelControllerFactory
Fly Wheel Controller Factory |
Classes in org.deduced.controller.implementation that implement ControllerFactory | |
---|---|
class |
AbstractControllerFactory
Default Controller Factory |
class |
DefaultControllerFactory
Default Controller Factory |
class |
FlyWheelControllerFactoryImplementation
Fly Wheel Controller Factory Implementation |
Fields in org.deduced.controller.implementation declared as ControllerFactory | |
---|---|
private ControllerFactory |
DeducedControllerLayerExtensionImplementation.controllerFactory
controller factory |
private ControllerFactory |
DirectControllerProvider.factory
controller factory used by this provider |
Methods in org.deduced.controller.implementation that return ControllerFactory | |
---|---|
ControllerFactory |
DeducedControllerLayerExtensionImplementation.getControllerFactory()
(non-Javadoc) |
private ControllerFactory |
DirectPropertyCollectionController.getControllerFactory()
get Controller Factory |
ControllerFactory |
FlyWheelControllerProvider.getControllerFactory()
|
ControllerFactory |
DirectControllerProvider.getFactory()
|
Methods in org.deduced.controller.implementation with parameters of type ControllerFactory | |
---|---|
void |
DeducedControllerLayerExtensionImplementation.setControllerFactory(ControllerFactory setControllerFactory)
set Controller Factory |
void |
DirectControllerProvider.setFactory(ControllerFactory setFactory)
|
Uses of ControllerFactory in org.deduced.dynamic |
---|
Classes in org.deduced.dynamic that implement ControllerFactory | |
---|---|
class |
FlyWheelTypeBasedControllerFactory
Fly Wheel Type Based Controller Factory |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |