Generic UI Controllers: 1.1 Controller Features and Functions: Controller Features

Up: GEOS SDK TechDocs | Up | Prev: 1 Controller Features and Functions | Next: 1.2 How Controllers Work

Controller objects provide the following features and benefits to application and library programmers:

The GenControl is most useful for simple controllers. It is based on core UI objects (GenTrigger, GenInteraction, etc.) and is subclassed from GenInteractionClass . Applications that will have extremely complex controller-type functions may want to write their controllers from scratch--this is discussed in Creating Your Own Controllers .


Up: GEOS SDK TechDocs | Up | Prev: 1 Controller Features and Functions | Next: 1.2 How Controllers Work